vite-version/jest.config.js
2021-04-22 22:52:14 +02:00

4 lines
62 B
JavaScript

// jest.config.js
module.exports = {
testTimeout: 10000,
};