webamp/config/jest.integration.js

7 lines
144 B
JavaScript
Raw Normal View History

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