Skip to content

Commit cb53556

Browse files
committed
add jest testPathIgnorePatterns
1 parent 529c51e commit cb53556

2 files changed

Lines changed: 5 additions & 6 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+
"<rootDir>/packages/extension-driver-redshift/src/lib/redshiftDataSource.ts"
159+
]
155160
}
156161
}

packages/extension-driver-redshift/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,5 @@
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-
]
3731
}
3832
}

0 commit comments

Comments
 (0)