Skip to content

Commit

Permalink
Merge pull request #504 from xmtp/rygine/fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Dec 15, 2023
2 parents f0558f7 + 5419784 commit 7ad2eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:teardown": "./dev/down",
"test": "npm run test:node --",
"test:node": "jest --no-cache --env='node' --testTimeout=30000",
"test:jsdom": "echo \"Temporarily disabled\" && exit 0",
"test:jsdom": "jest --no-cache --env='./jest.jsdom.env.cjs' --testTimeout=30000",
"test:cov": "jest --coverage --no-cache --runInBand",
"lint": "prettier --check . && eslint .",
"autolint": "prettier --write . && eslint --fix .",
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@noble/secp256k1": "^1.5.2",
"@xmtp/proto": "^3.34.0",
"@xmtp/user-preferences-bindings-wasm": "^0.3.0",
"@xmtp/user-preferences-bindings-wasm": "^0.3.1",
"async-mutex": "^0.4.0",
"elliptic": "^6.5.4",
"ethers": "^5.5.3",
Expand Down

0 comments on commit 7ad2eb3

Please sign in to comment.