mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Adjusted top-level deps
This commit is contained in:
parent
959d2750f4
commit
5ebc53fa13
6671
package-lock.json
generated
6671
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -24,13 +24,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"husky": "^1.0.0-rc.9",
|
"husky": "^1.0.0-rc.9",
|
||||||
"jest": "^22.1.1",
|
"jest": "^23.6.0",
|
||||||
"lerna": "^3.4.3",
|
"lerna": "^3.4.3",
|
||||||
"prettier": "^1.13.6",
|
"prettier": "^1.13.6",
|
||||||
"pretty-quick": "^1.6.0",
|
"pretty-quick": "^1.6.0",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2"
|
||||||
"shelljs": "^0.8.2",
|
}
|
||||||
"webpack": "^4.8.3"
|
|
||||||
},
|
|
||||||
"dependencies": {}
|
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ import { getDataDirectory } from '../../common/misc';
|
|||||||
describe('migrate()', () => {
|
describe('migrate()', () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await globalBeforeEach();
|
await globalBeforeEach();
|
||||||
Date.now = jest.genMockFunction().mockReturnValue(1234567890);
|
Date.now = jest.fn(() => 1234567890);
|
||||||
jest.useFakeTimers();
|
jest.useFakeTimers();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user