diff --git a/jest.json b/jest.config.json similarity index 100% rename from jest.json rename to jest.config.json diff --git a/package.json b/package.json index b677f1f8b..0d0c8ed18 100644 --- a/package.json +++ b/package.json @@ -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",