Browse Source

Merge pull request #531 from meriadec/fix/ci

__APP_VERSION__ jest global
master
Meriadec Pillet 7 years ago
committed by GitHub
parent
commit
2f140c8cbb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      jest.config.js

1
jest.config.js

@ -1,5 +1,6 @@
module.exports = {
globals: {
__DEV__: false,
__APP_VERSION__: '1.0.0',
},
}

Loading…
Cancel
Save