Skip to content

Commit

Permalink
v4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aepyornis committed Nov 17, 2022
1 parent dbedd72 commit b1f0cd6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-accountability/oligrapher",
"version": "4.0.7",
"version": "4.0.8",
"description": "Network graph visualizer built for LittleSis",
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -75,11 +75,15 @@
"whatwg-fetch": "^3.6.2"
},
"jest": {
"testMatch": ["**/test/**/*.test.[jt]s?(x)"],
"testMatch": [
"**/test/**/*.test.[jt]s?(x)"
],
"transformIgnorePatterns": [
"node_modules/(?!(p-limit|yocto-queue|nanoid|react-hotkeys-hook)/)"
],
"testEnvironment": "jsdom",
"setupFilesAfterEnv": ["./jest.setup.js"]
"setupFilesAfterEnv": [
"./jest.setup.js"
]
}
}

0 comments on commit b1f0cd6

Please sign in to comment.