Add 'node' in test file names that only run on node

This commit is contained in:
Franck Royer 2021-09-24 15:25:37 +10:00
parent 0482239e8b
commit d900945b6d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
8 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module.exports = function (config) {
singleRun: true,
karmaTypescriptConfig: {
bundlerOptions: {
entrypoints: /.*\.browser\.spec\.ts$/,
entrypoints: /^.*[^(node)]\.spec\.ts$/,
},
coverageOptions: {
instrumentation: false,