Skip to content

Commit 69af12b

Browse files
authored
Merge pull request #56 from pyth-network/guibescos/fix-anchor-dep
Fix anchor dep
2 parents 862053c + e9ffb10 commit 69af12b

File tree

3 files changed

+72
-222
lines changed

3 files changed

+72
-222
lines changed

jestconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"transform": {
33
"^.+\\.(t|j)sx?$": "ts-jest"
44
},
5-
"testRegex": "./__tests__/Anchor.test.ts",
5+
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
66
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
77
}

0 commit comments

Comments
 (0)