Skip to content

Commit 529c51e

Browse files
committed
try skip some tests for coverage
1 parent 1ab1992 commit 529c51e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/extension-driver-redshift/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@
2828
},
2929
"peerDependencies": {
3030
"@vulcan-sql/core": "~0.9.1-0"
31+
},
32+
"jest": {
33+
"testPathIgnorePatterns" : [
34+
"<rootDir>/test/redshiftDataSource.spec.ts",
35+
"<rootDir>/node_modules/"
36+
]
3137
}
3238
}

0 commit comments

Comments
 (0)