1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 20:40:32 +09:00
namae/api/jest.config.js

5 lines
74 B
JavaScript
Raw Normal View History

2019-08-14 19:55:28 +09:00
module.exports = {
automock: false,
setupFiles: ['./setupJest.js'],
}