We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529c51e commit cb53556Copy full SHA for cb53556
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
+ "<rootDir>/packages/extension-driver-redshift/src/lib/redshiftDataSource.ts"
159
+ ]
160
161
packages/extension-driver-redshift/package.json
@@ -28,11 +28,5 @@
28
},
29
"peerDependencies": {
30
"@vulcan-sql/core": "~0.9.1-0"
31
- },
32
- "jest": {
33
- "testPathIgnorePatterns" : [
34
- "<rootDir>/test/redshiftDataSource.spec.ts",
35
- "<rootDir>/node_modules/"
36
- ]
37
38
0 commit comments