Skip to content

Commit b39a7cb

Browse files
committed
add jest testPathIgnorePatterns
1 parent 3a54262 commit b39a7cb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,10 @@
152152
"commitizen": {
153153
"path": "./node_modules/cz-conventional-changelog"
154154
}
155+
},
156+
"jest": {
157+
"testPathIgnorePatterns" : [
158+
"packages/extension-driver-redshift/test/redshiftDataSource.spec.ts"
159+
]
155160
}
156161
}

packages/extension-driver-redshift/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,5 @@
2828
},
2929
"peerDependencies": {
3030
"@vulcan-sql/core": "~0.9.1-0"
31-
},
32-
"jest": {
33-
"testPathIgnorePatterns" : [
34-
"test/redshiftDataSource.spec.ts"
35-
]
3631
}
3732
}

0 commit comments

Comments
 (0)