UNPKG

@serenity-js/jasmine

Version:

Serenity/JS test runner adapter for Jasmine, enabling the use of the Screenplay Pattern in Jasmine-based test suites and leveraging Serenity/JS reporting capabilities

19 lines (18 loc) 309 B
{ "extends": "../../tsconfig.build.json", "compilerOptions": { "module": "CommonJS", "moduleResolution": "Node", "outDir": "lib", "rootDir": "src", "target": "es2022", "lib": [ "es2022", "dom" ], "skipLibCheck": true }, "include": [ "src/**/*.ts" ] }