mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
module.exports = {
|
|
preset: "jest-puppeteer",
|
|
testRegex: "./*\\.test\\.js$",
|
|
};
|