Skip to content

Commit 32c05b9

Browse files
committed
chore: update solvePart2 to return BigInt and adjust tests
1 parent 723f6a7 commit 32c05b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"testMatch": [
2424
"**/*_Test.res.(js|ts|jsx|tsx|mjs)"
2525
],
26+
"testPathIgnorePatterns": [
27+
"/node_modules/",
28+
"/lib/"
29+
],
2630
"transform": {
2731
"^.+\\.m?jsx?$": [
2832
"babel-jest",

0 commit comments

Comments
 (0)