Files
karma/ui/e2e/jest.config.js
2020-05-02 15:28:42 +01:00

5 lines
83 B
JavaScript

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