feat(ci): add husky pre-commit hook and fix puppeteer-core chrome detection
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it, expect, beforeEach } from 'vitest';
|
||||
import { InMemorySessionRepository } from '../../../src/infrastructure/repositories/InMemorySessionRepository';
|
||||
import { AutomationSession } from '../../../src/packages/domain/entities/AutomationSession';
|
||||
import { StepId } from '../../../src/packages/domain/value-objects/StepId';
|
||||
import { InMemorySessionRepository } from '../../../packages/infrastructure/repositories/InMemorySessionRepository';
|
||||
import { AutomationSession } from '../../../packages/domain/entities/AutomationSession';
|
||||
import { StepId } from '../../../packages/domain/value-objects/StepId';
|
||||
|
||||
describe('InMemorySessionRepository Integration Tests', () => {
|
||||
let repository: InMemorySessionRepository;
|
||||
|
||||
Reference in New Issue
Block a user