Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 9a809fe

Browse files
author
Brandon Carroll
committed
alpha 0
1 parent 1f0fb6d commit 9a809fe

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"react-native-gesture-handler": "^1.1.0",
6262
"react-navigation": "^3.5.1",
6363
"react-redux": "6.0.1",
64-
"react-test-renderer-tree-to-json": "^1.0.1",
6564
"redux": "^4.0.0",
6665
"semantic-release": "^15.13.3"
6766
},

setup.js

Whitespace-only changes.

src/query-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function defaultFilter(node, mockedTypes = CoreComponents) {
3030
}
3131

3232
function getBaseElement(container) {
33-
return container.root ? container.root : container;
33+
return removeBadProperties(container.root ? container.root : container);
3434
}
3535

3636
function removeBadProperties(node) {

0 commit comments

Comments
 (0)