Skip to content

Commit

Permalink
chore: use human readable test reporting format
Browse files Browse the repository at this point in the history
  • Loading branch information
flakey5 committed Oct 1, 2023
1 parent 32ba89e commit c1a8f57
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 @@ -8,8 +8,8 @@
"format": "prettier --check --write \"**/*.{ts,js,json,md,hbs}\"",
"prettier": "prettier --check \"**/*.{ts,js,json,md,hbs}\"",
"lint": "eslint ./src",
"test:unit": "node --loader tsx ./tests/unit/util.test.ts",
"test:e2e": "wrangler deploy --dry-run --outdir=dist && node --loader tsx ./tests/e2e/index.test.ts",
"test:unit": "node --test --test-reporter spec --loader tsx ./tests/unit/util.test.ts",
"test:e2e": "wrangler deploy --dry-run --outdir=dist && node --test --test-reporter spec --loader tsx ./tests/e2e/index.test.ts",
"build:handlebars": "node scripts/compile-handlebars.js"
},
"devDependencies": {
Expand Down

0 comments on commit c1a8f57

Please sign in to comment.