diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-01-21 13:26:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 13:26:47 +0100 |
commit | 46c284b12b4ac89727b1b7a0d5497bc9149cc2af (patch) | |
tree | f29d7e557e67d13f086702acabd9fa3e1b8cba1a /package.json | |
parent | d72faced11dc9f785dba5c24c97b045539cbce9c (diff) | |
download | jquery-46c284b12b4ac89727b1b7a0d5497bc9149cc2af.tar.gz jquery-46c284b12b4ac89727b1b7a0d5497bc9149cc2af.zip |
Build: Make Karma work in AMD mode
Also, run such a suite in CI to make sure modules are working as expected
when used directly.
(partially cherry picked from 341c6d1b5abe4829f59fbc32e93f6a6a1afb900f)
(partially cherry picked from 437f389a24a6bef213d4df507909e7e69062300b)
Closes gh-4595
Ref gh-4550
Ref gh-4574
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 9e1dcfafc..2de617df7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ "start": "grunt watch", "test:browserless": "grunt && grunt test:slow", "test:browser": "grunt && grunt karma:main", - "test": "grunt && grunt test:slow && grunt karma:main", + "test:amd": "grunt && grunt karma:amd", + "test": "grunt && grunt test:slow && grunt karma:main && grunt karma:amd", "jenkins": "npm run test:browserless" }, "commitplease": { |