mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
module.exports = {
|
|
displayName: "integration-test",
|
|
rootDir: "../",
|
|
preset: "jest-puppeteer",
|
|
testRegex: "\\.integration-test\\.js$",
|
|
};
|