Files
styled-components/.jest.primitives.json
Evan Jacobs 262213defe remove last remaining __DEV__ code
it's not used
2018-11-10 18:48:02 -06:00

9 lines
203 B
JSON

{
"rootDir": ".",
"testRegex": "./src/primitives/test/.*.js$",
"moduleFileExtensions": ["ios.js", "js"],
"preset": "react-native",
"testURL": "http://localhost",
"testEnvironment": "jsdom"
}