mirror of https://github.com/Seich/Beau.git
Updated jest.
This commit is contained in:
parent
b0466c0333
commit
fe18d01561
|
|
@ -1,6 +1,6 @@
|
|||
const Beau = require('../../../src/beau')
|
||||
|
||||
const original = require.requireActual('../base')
|
||||
const original = jest.requireActual('../base')
|
||||
|
||||
const config = {
|
||||
environment: {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"repository": "git@github.com:Seich/Beau.git",
|
||||
"devDependencies": {
|
||||
"jest": "24.9.0",
|
||||
"jest": "26.6.3",
|
||||
"jest-watch-typeahead": "0.6.1",
|
||||
"strip-ansi": "6.0.0",
|
||||
"np": "7.0.0"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = {
|
||||
...require.requireActual('../shared'),
|
||||
...jest.requireActual('../shared'),
|
||||
moduleVersion: jest.fn().mockReturnValue(1)
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue