remove unused babel config for e2e tests
This commit is contained in:
parent
9d47a1c072
commit
c1c0762eae
|
@ -1,9 +0,0 @@
|
|||
const { e2eBabelConfig } = require( '@woocommerce/e2e-environment' );
|
||||
|
||||
module.exports = function( api ) {
|
||||
api.cache( true );
|
||||
|
||||
return {
|
||||
...e2eBabelConfig,
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue