mirror of https://github.com/waku-org/js-waku.git
Add 'node' in test file names that only run on node
This commit is contained in:
parent
0482239e8b
commit
d900945b6d
|
@ -17,7 +17,7 @@ module.exports = function (config) {
|
||||||
singleRun: true,
|
singleRun: true,
|
||||||
karmaTypescriptConfig: {
|
karmaTypescriptConfig: {
|
||||||
bundlerOptions: {
|
bundlerOptions: {
|
||||||
entrypoints: /.*\.browser\.spec\.ts$/,
|
entrypoints: /^.*[^(node)]\.spec\.ts$/,
|
||||||
},
|
},
|
||||||
coverageOptions: {
|
coverageOptions: {
|
||||||
instrumentation: false,
|
instrumentation: false,
|
||||||
|
|
Loading…
Reference in New Issue