We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb594a commit be2cbedCopy full SHA for be2cbed
meta.js
@@ -106,10 +106,10 @@ module.exports = {
106
".eslintignore": "lint",
107
"config/test.env.js": "unit || e2e",
108
"test/unit/**/*": "unit",
109
- "test/unit/index.js": "runner === 'karma'",
110
- "test/unit/karma.conf.js": "runner === 'karma'",
111
- "test/unit/specs/index.js": "runner === 'karma'",
112
- "test/unit/setup.js": "runner === 'jest'",
+ "test/unit/index.js": "unit && runner === 'karma'",
+ "test/unit/karma.conf.js": "unit && runner === 'karma'",
+ "test/unit/specs/index.js": "unit && runner === 'karma'",
+ "test/unit/setup.js": "unit && runner === 'jest'",
113
"test/e2e/**/*": "e2e",
114
"src/router/**/*": "router"
115
},
0 commit comments