webamp/config/jest.integration.js

7 lines
145 B
JavaScript
Raw Normal View History

2018-05-25 19:36:00 +00:00
module.exports = {
displayName: "integration-test",
rootDir: "../",
preset: "jest-puppeteer",
2019-03-19 13:55:24 +00:00
testRegex: "\\.integration-test\\.js$",
2018-05-25 19:36:00 +00:00
};