diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-07-09 23:31:33 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-07-11 17:26:26 +0200 |
commit | 0ddedab5d59c259d454eee01bdc22832048bd7d4 (patch) | |
tree | 68fd2fdc02a43b52c0514761f59db2283911dd92 /package.json | |
parent | 6a0ff9eb7cc5e95ba25ecd86aef34330c89bdeed (diff) | |
download | gitlab-ce-0ddedab5d59c259d454eee01bdc22832048bd7d4.tar.gz |
improve log output of jasmine `toEqual` with nested objects/arrays49128-improve-log-output-of-jasmine-toequal
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 26b87c70e98..d494b06e97e 100644 --- a/package.json +++ b/package.json @@ -123,6 +123,7 @@ "ignore": "^3.3.7", "istanbul": "^0.4.5", "jasmine-core": "^2.9.0", + "jasmine-diff": "^0.1.3", "jasmine-jquery": "^2.1.1", "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", |