woocommerce/tests/e2e/core-tests/index.js

7 lines
99 B
JavaScript
Raw Normal View History

/*
* Internal dependencies
*/
2020-10-09 13:31:45 +00:00
const allSpecs = require( './specs' );
2020-10-09 13:31:45 +00:00
module.exports = allSpecs;