fix linter
This commit is contained in:
parent
aa42b8544f
commit
1aaf59973a
@ -22,7 +22,7 @@ exports.config = {
|
||||
},
|
||||
onPrepare() {
|
||||
require('ts-node').register({
|
||||
project: 'e2e/tsconfig.e2e.json',
|
||||
project: 'e2e/tsconfig.json',
|
||||
});
|
||||
jasmine.getEnv().addReporter(new SpecReporter({spec:
|
||||
{displayStacktrace: true},
|
||||
|
||||
19
frontend/tsconfig.spec.json
Normal file
19
frontend/tsconfig.spec.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/spec",
|
||||
"baseUrl": "./",
|
||||
"types": [
|
||||
"jasmine",
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"src/test.ts",
|
||||
"polyfills.ts"
|
||||
],
|
||||
"include": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.d.ts"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user