Fix tests while still upgrading moment.

- Moved jasmin-jquery back to pointing at git.  The version on NPM is
not the same because they made more changes to 2.1.1 before releasing it
to NPM.

- Run `npm install` locally because it produces slightly different
output than renovate which causes the quality tests to fail.
This commit is contained in:
Feanil Patel
2019-06-07 10:52:07 -04:00
parent d68c350b9e
commit 2e6675938c

7
package-lock.json generated
View File

@@ -111,7 +111,7 @@
"integrity": "sha512-ti3ixqci3lZmSoW7SIPH9WfE1fRa2AU48gnLPg0EmR3g1hDh6SU7JsivwnoRghsSKDlCd4kFPDivxltYA2/VXQ==",
"dev": true,
"requires": {
"@edx/edx-proctoring": "^1.5.0-rc.1"
"@edx/edx-proctoring": "1.5.0"
}
},
"@edx/paragon": {
@@ -3362,7 +3362,6 @@
},
"edx-proctoring-proctortrack": {
"version": "git+https://git@github.com/joshivj/edx-proctoring-proctortrack.git#c4f49973562bf0e54518b74efce20bafa299616a",
"from": "edx-proctoring-proctortrack@git+https://git@github.com/joshivj/edx-proctoring-proctortrack.git#c4f49973562bf0e54518b74efce20bafa299616a",
"requires": {
"@edx/edx-proctoring": "1.5.0"
}
@@ -6422,9 +6421,7 @@
"dev": true
},
"jasmine-jquery": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/jasmine-jquery/-/jasmine-jquery-2.1.1.tgz",
"integrity": "sha1-1AleZGlEomdjI1dpqwGNnzDw1Hs=",
"version": "git+https://github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58",
"dev": true
},
"jest": {