Added config to e2e-environment exports
This commit is contained in:
parent
ae2e004c0e
commit
e789dbeada
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
const config = require('./config');
|
||||
const jestConfig = require( './jest.config' );
|
||||
const jestPuppeteerConfig = require( './jest-puppeteer.config' );
|
||||
const jestobjectConfig = require('./jest-object.config');
|
||||
|
@ -12,6 +13,7 @@ const {
|
|||
} = require( './use-config' );
|
||||
|
||||
module.exports = {
|
||||
config,
|
||||
jestConfig,
|
||||
...jestobjectConfig,
|
||||
jestPuppeteerConfig,
|
||||
|
|
Loading…
Reference in New Issue