webamp/config/jest.integration.js
2018-06-28 22:16:37 -07:00

7 lines
144 B
JavaScript

module.exports = {
displayName: "integration-test",
rootDir: "../",
preset: "jest-puppeteer",
testRegex: "\\.integration-test\\.js$"
};