Skip to content

Commit 5f213d5

Browse files
authored
test: disable flow modern tests (#306)
1 parent d1e4fe3 commit 5f213d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/graphql-types-generator/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
],
7575
"testMatch": [
7676
"**/test/**/*.(js|ts)",
77-
"**/test/*.(js|ts)",
78-
"**/__tests__/*.(js|ts)"
77+
"**/test/*.(js|ts)"
7978
],
8079
"testPathIgnorePatterns": [
8180
"<rootDir>/node_modules/",

0 commit comments

Comments
 (0)