mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +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$",
|
|
};
|