aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index abfee2589..73789b2c2 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,9 @@
"start": "grunt watch",
"test:browserless": "grunt && grunt test:slow",
"test:browser": "grunt && grunt karma:main",
- "test": "grunt && grunt test:slow && grunt karma:main",
+ "test:esmodules": "grunt && grunt karma:esmodules",
+ "test:amd": "grunt && grunt karma:amd",
+ "test": "grunt && grunt test:slow && grunt karma:main && grunt karma:esmodules && grunt karma:amd",
"jenkins": "npm run test:browserless"
},
"commitplease": {