Skip to content

Commit

Permalink
chore: add test option
Browse files Browse the repository at this point in the history
  • Loading branch information
bun913 committed Aug 25, 2024
1 parent 6973275 commit 8afdc94
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
@@ -1,10 +1,10 @@
{
"name": "newman-reporter-testrail-neo",
"version": "1.0.1",
"version": "1.0.4",
"description": "TestRail reporter for Newman",
"main": "lib/index.js",
"scripts": {
"test": "vitest ./test",
"test": "vitest ./test --reporter=verbose",
"test-ci": "vitest run ./test --silent",
"format": "biome format --write",
"check": "biome ci . --linter-enabled=false",
Expand Down

0 comments on commit 8afdc94

Please sign in to comment.