UNPKG

command-pattern-queue

Version:

```typescript // command interface export interface ICommand { execute(): void unexecute(): void }

17 lines (16 loc) 311 B
module.exports = { "roots": [ "<rootDir>/test" ], "testMatch": [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "coveragePathIgnorePatterns": [ "node_modules", "<rootDir>/test" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, }