Skip to content

Commit

Permalink
chore(build): rename jest config file (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Jun 1, 2022
1 parent 7b6b20e commit 9323f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:integration-prepare": "ts-node --project packages/tsconfig.settings.json ./scripts/prepare-integration-tests.ts",
"test:integration-pretty": "prettier --write __tests__/shared/documentationExamples.ts",
"test:integration": "yarn test:integration-build && yarn test:ci",
"test:ci": "jest --config=jest.json",
"test": "jest --config=jest.json --coverage=false",
"test:ci": "jest --config=jest.config.json",
"test": "jest --config=jest.config.json --coverage=false",
"test:watch": "yarn test --watch --verbose",
"test:browser": "bash scripts/prepare-react-test.sh && cd ./__browser_tests__/react-sample && yarn install && yarn test:browser-integration",
"veramo": "./packages/cli/bin/veramo.js",
Expand Down

0 comments on commit 9323f88

Please sign in to comment.