fix(types): remove __test__ from ignore (#480)

This commit is contained in:
Herrington Darkholme
2020-10-27 17:31:08 +08:00
committed by GitHub
parent 63c841f6d0
commit 4fcf5ff9bb

View File

@@ -16,7 +16,6 @@
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"packages/**/__tests__/*"
"node_modules"
]
}