mirror of https://github.com/status-im/js-waku.git
test: fix karma config
This commit is contained in:
parent
fe57461329
commit
71985038a2
|
@ -4,9 +4,9 @@ const webpack = require("webpack");
|
|||
module.exports = function (config) {
|
||||
config.set({
|
||||
frameworks: ["webpack", "mocha"],
|
||||
files: ["src/lib/**/!(node).spec.ts"],
|
||||
files: ["src/**/!(node).spec.ts"],
|
||||
preprocessors: {
|
||||
"src/lib/**/!(node).spec.ts": ["webpack"],
|
||||
"src/**/!(node).spec.ts": ["webpack"],
|
||||
},
|
||||
envPreprocessor: ["CI"],
|
||||
reporters: ["progress"],
|
||||
|
|
Loading…
Reference in New Issue