mirror of https://github.com/waku-org/js-waku.git
Karma needs js files to be emitted
This commit is contained in:
parent
7fa919273b
commit
d24afafc82
|
@ -15,7 +15,7 @@ module.exports = function (config) {
|
|||
browsers: ['Chromium'],
|
||||
singleRun: true,
|
||||
karmaTypescriptConfig: {
|
||||
tsconfig: './tsconfig.dev.json',
|
||||
tsconfig: './tsconfig.karma.json',
|
||||
coverageOptions: {
|
||||
instrumentation: false,
|
||||
},
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"noEmit": false
|
||||
},
|
||||
"exclude": ["node_modules/**"]
|
||||
}
|
Loading…
Reference in New Issue