Skip to content

Commit 7bc013b

Browse files
committed
Exclude tests correctly
1 parent d780420 commit 7bc013b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-node-api-modules/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"types": ["node"]
99
},
1010
"include": ["src/node/**/*.ts", "types/**/*.d.ts"],
11-
"exclude": ["**.test.ts"]
11+
"exclude": ["**/*.test.ts"]
1212
}

0 commit comments

Comments
 (0)