5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
|
// jest.config.js
|
||
|
module.exports = {
|
||
|
testTimeout: 10000,
|
||
|
};
|