We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb53556 commit 3a54262Copy full SHA for 3a54262
2 files changed
package.json
@@ -152,10 +152,5 @@
152
"commitizen": {
153
"path": "./node_modules/cz-conventional-changelog"
154
}
155
- },
156
- "jest": {
157
- "testPathIgnorePatterns" : [
158
- "<rootDir>/packages/extension-driver-redshift/src/lib/redshiftDataSource.ts"
159
- ]
160
161
packages/extension-driver-redshift/package.json
@@ -28,5 +28,10 @@
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