We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46e641 commit 8021f09Copy full SHA for 8021f09
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@testing-library/react-native",
3
- "version": "7.2.0",
+ "version": "8.0.0-rc.0",
4
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
5
"main": "build/index.js",
6
"typings": "./typings/index.d.ts",
@@ -77,6 +77,8 @@
77
"json"
78
],
79
"rootDir": "./src",
80
- "testPathIgnorePatterns": ["timerUtils"]
+ "testPathIgnorePatterns": [
81
+ "timerUtils"
82
+ ]
83
}
84
0 commit comments