diff options
author | Martin Hanzel <mhanzel@gitlab.com> | 2019-07-17 17:47:39 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-07-17 17:47:39 +0000 |
commit | eb45cb8c99f4232da90c26b307eff35c926d1975 (patch) | |
tree | a1e14c5f34baae8257b4774b6d2b610b8e08284f /package.json | |
parent | 48195a517183560cdc673273440c7d757cf40821 (diff) | |
download | gitlab-ce-eb45cb8c99f4232da90c26b307eff35c926d1975.tar.gz |
Mockify jquery and axios packages
Moved the block that fails tests on unmocked axios requests from
test_setup to its own mock, and added a jQuery mock that fails
tests if they use unmocked $.ajax().
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 44aa850860e..4ba9a0d9a1b 100644 --- a/package.json +++ b/package.json @@ -191,6 +191,7 @@ "pixelmatch": "^4.0.2", "postcss": "^7.0.14", "prettier": "1.18.2", + "readdir-enhanced": "^2.2.4", "stylelint": "^9.10.1", "stylelint-config-recommended": "^2.1.0", "stylelint-scss": "^3.5.4", |