Skip to content

Commit

Permalink
test: support running specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Oct 24, 2023
1 parent 0980c94 commit ee7e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"updateSnapVersion": "npm view @xmtp/snap --json | jq '{\"version\": .version, \"package\": .name}' > ./src/snapInfo.json",
"test:setup": "./dev/up",
"test:teardown": "./dev/down",
"test": "npm run test:node",
"test": "npm run test:node --",
"test:node": "jest --no-cache --env='node' --testTimeout=30000",
"test:jsdom": "jest --no-cache --env='./jest.jsdom.env.cjs' --testTimeout=30000",
"test:cov": "jest --coverage --no-cache --runInBand",
Expand Down

0 comments on commit ee7e277

Please sign in to comment.