web-assets/lazyload/v17/jest.config.js
2023-12-30 22:34:25 +01:00

7 lines
128 B
JavaScript

// jest.config.js
module.exports = {
//verbose: true,
testMatch: ["**/__tests__/*.js"],
testEnvironment: "jsdom"
};