Skip to content

Commit

Permalink
ignore hps
Browse files Browse the repository at this point in the history
  • Loading branch information
theweipeng committed Jan 23, 2024
1 parent c08f1cd commit 8190c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
"!packages/fury/lib/murmurHash3.ts"
],
"testPathIgnorePatterns" : [
hpsEnable ? null : "**/hps.test.ts",
hpsEnable ? null : "(.*)/hps.test.ts$",
].filter(Boolean),
transform: {
'\\.ts$': ['ts-jest', {
Expand Down

0 comments on commit 8190c73

Please sign in to comment.