File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ export class OutboxProcessor<SupportedEvents extends CommonEventDefinition[]> {
8181 *
8282 * Max retry count is defined by the user.
8383 */
84+ /* c8 ignore start */
8485export class OutboxPeriodicJob <
8586 SupportedEvents extends CommonEventDefinition [ ] ,
8687> extends AbstractPeriodicJob {
@@ -120,6 +121,7 @@ export class OutboxPeriodicJob<
120121 await this . outboxProcessor . processOutboxEntries ( context )
121122 }
122123}
124+ /* c8 ignore stop */
123125
124126export class OutboxEventEmitter < SupportedEvents extends CommonEventDefinition [ ] > {
125127 constructor ( private storage : OutboxStorage < SupportedEvents > ) { }
Original file line number Diff line number Diff line change 1717 "build:release" : " del-cli dist && del-cli coverage && npm run lint && tsc --project tsconfig.release.json" ,
1818 "test" : " vitest" ,
1919 "test:coverage" : " npm test -- --coverage" ,
20- "test:ci" : " npm run docker:start:dev && npm run test:coverage && npm run docker:stop:dev " ,
20+ "test:ci" : " npm run test:coverage" ,
2121 "lint" : " biome check . && tsc --project tsconfig.json --noEmit" ,
2222 "lint:fix" : " biome check --write ." ,
23- "docker:start:dev" : " docker compose up -d" ,
24- "docker:stop:dev" : " docker compose down" ,
2523 "prepublishOnly" : " npm run build:release"
2624 },
2725 "dependencies" : {
You can’t perform that action at this time.
0 commit comments