Created
June 27, 2016 12:47
-
-
Save skellock/09c6b9b278623b89b4aec1c2334c0163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"ava": { | |
"babel": "inherit", | |
"files": [ "Tests/**/*.js", "!Tests/Setup.js" ], | |
"require": [ | |
"babel-register", | |
"babel-polyfill", | |
"react-native-mock/mock", | |
"./Tests/Setup" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment