mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +00:00
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'],
|
browsers: ['Chromium'],
|
||||||
singleRun: true,
|
singleRun: true,
|
||||||
karmaTypescriptConfig: {
|
karmaTypescriptConfig: {
|
||||||
tsconfig: './tsconfig.dev.json',
|
tsconfig: './tsconfig.karma.json',
|
||||||
coverageOptions: {
|
coverageOptions: {
|
||||||
instrumentation: false,
|
instrumentation: false,
|
||||||
},
|
},
|
||||||
|
|||||||
7
tsconfig.karma.json
Normal file
7
tsconfig.karma.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"extends": "./tsconfig",
|
||||||
|
"compilerOptions": {
|
||||||
|
"noEmit": false
|
||||||
|
},
|
||||||
|
"exclude": ["node_modules/**"]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user