mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-17 06:47:29 +00:00
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…
x
Reference in New Issue
Block a user