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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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