webamp/config/jest.integration.js
2019-03-19 06:55:24 -07:00

7 lines
145 B
JavaScript

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