Skip to content

Commit

Permalink
EQA-9: Update the coverage script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Jul 13, 2023
1 parent 4b2911c commit 91f6db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"lint": "eslint src --ext js,jsx,ts,tsx --fix",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
"typescript": "tsc",
"test": "jest --config jest.config.js --passWithNoTests",
"test": "jest --config jest.config.js",
"test-e2e": "playwright test",
"verify": "concurrently 'yarn:lint' 'yarn:test' 'yarn:typescript'",
"coverage": "yarn test -- --coverage",
"coverage": "yarn test --coverage",
"prepare": "husky install",
"cipublish": "npm publish"
},
Expand Down

0 comments on commit 91f6db4

Please sign in to comment.