Skip to content

Commit 6e330e3

Browse files
committed
chore: ignore tests from transpiled source
1 parent be3934a commit 6e330e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575
"reporters": [
7676
"<rootDir>/"
7777
],
78-
"testEnvironment": "node"
78+
"testEnvironment": "node",
79+
"testPathIgnorePatterns": [
80+
"lib/"
81+
]
7982
},
8083
"commitlint": {
8184
"extends": [

0 commit comments

Comments
 (0)