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