Skip to content

Commit 0f921df

Browse files
committed
Build: Update the npm test:slim script to use the new custom:slim alias
1 parent 8a7dad1 commit 0f921df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"test:esmodules": "grunt && grunt karma:esmodules",
7676
"test:amd": "grunt && grunt karma:amd",
7777
"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",
78+
"test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
7979
"test": "npm run test:slim && npm run test:no-deprecated && grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules && grunt karma:amd",
8080
"jenkins": "npm run test:browserless"
8181
},

0 commit comments

Comments
 (0)