Skip to content

Commit

Permalink
EPMRPP-87408 || Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzmitry Kosarau authored and Dzmitry Kosarau committed Nov 9, 2023
1 parent 141535e commit 2b86290
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 @@ -9,7 +9,7 @@
"lint": "eslint ./statistics/**/* ./lib/**/* ./spec/**/*",
"format": "npm run lint -- --fix",
"test": "nyc node --experimental-modules ./node_modules/jasmine/bin/jasmine.js",
"test:coverage": "nyc node --experimental-modules report --reporter=lcov --reporter=text-summary"
"test:coverage": "nyc report --reporter=lcov --reporter=text-summary"
},
"directories": {
"lib": "./lib"
Expand Down

0 comments on commit 2b86290

Please sign in to comment.