Browse Source

Fix jest config

master
meriadec 7 years ago
parent
commit
da32053b17
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 5
      jest.config.js

5
jest.config.js

@ -0,0 +1,5 @@
module.exports = {
globals: {
__DEV__: false,
},
}
Loading…
Cancel
Save