Exported all methods from jest-object.config
This commit is contained in:
parent
6086223708
commit
1a5c44c472
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
const jestConfig = require( './jest.config' );
|
||||
const jestPuppeteerConfig = require( './jest-puppeteer.config' );
|
||||
const setupJestObject = require('./jest-object.config');
|
||||
const jestobjectConfig = require('./jest-object.config');
|
||||
const {
|
||||
useE2EBabelConfig,
|
||||
useE2EEsLintConfig,
|
||||
|
@ -13,7 +13,7 @@ const {
|
|||
|
||||
module.exports = {
|
||||
jestConfig,
|
||||
setupJestObject,
|
||||
...jestobjectConfig,
|
||||
jestPuppeteerConfig,
|
||||
useE2EBabelConfig,
|
||||
useE2EEsLintConfig,
|
||||
|
|
Loading…
Reference in New Issue