mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
module.exports = {
|
|
displayName: "integration-test",
|
|
rootDir: "../",
|
|
preset: "jest-puppeteer",
|
|
testRegex: "\\.integration-test\\.js$"
|
|
};
|