Skip to content

Commit 8021f09

Browse files
committed
v8.0.0-rc.0
1 parent a46e641 commit 8021f09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testing-library/react-native",
3-
"version": "7.2.0",
3+
"version": "8.0.0-rc.0",
44
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
55
"main": "build/index.js",
66
"typings": "./typings/index.d.ts",
@@ -77,6 +77,8 @@
7777
"json"
7878
],
7979
"rootDir": "./src",
80-
"testPathIgnorePatterns": ["timerUtils"]
80+
"testPathIgnorePatterns": [
81+
"timerUtils"
82+
]
8183
}
8284
}

0 commit comments

Comments
 (0)