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.
custom:slim
1 parent 8a7dad1 commit 0f921dfCopy full SHA for 0f921df
package.json
@@ -75,7 +75,7 @@
75
"test:esmodules": "grunt && grunt karma:esmodules",
76
"test:amd": "grunt && grunt karma:amd",
77
"test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
78
- "test:slim": "grunt test:prepare && grunt custom:-ajax,-effects && grunt karma:main",
+ "test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
79
"test": "npm run test:slim && npm run test:no-deprecated && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules && grunt karma:amd",
80
"jenkins": "npm run test:browserless"
81
},
0 commit comments