We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a54262 commit b39a7cbCopy full SHA for b39a7cb
2 files changed
package.json
@@ -152,5 +152,10 @@
152
"commitizen": {
153
"path": "./node_modules/cz-conventional-changelog"
154
}
155
+ },
156
+ "jest": {
157
+ "testPathIgnorePatterns" : [
158
+ "packages/extension-driver-redshift/test/redshiftDataSource.spec.ts"
159
+ ]
160
161
packages/extension-driver-redshift/package.json
@@ -28,10 +28,5 @@
28
},
29
"peerDependencies": {
30
"@vulcan-sql/core": "~0.9.1-0"
31
- },
32
- "jest": {
33
- "testPathIgnorePatterns" : [
34
- "test/redshiftDataSource.spec.ts"
35
- ]
36
37
0 commit comments