Skip to content

Commit

Permalink
test: use dot reporter by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Oct 30, 2023
1 parent 3cd6b61 commit df4c9f6
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 @@ -81,7 +81,7 @@
"pretest": "tsnd generator/gen.bin.ts gen 'test/test_schema.ts'",
"server": "pnpm preserver && tsnd test/server.ts",
"test": "pnpm pretest && pnpm test:types && pnpm test:integration",
"test:integration": "TAP_TS=1 tap test/*.test.ts -R terse",
"test:integration": "TAP_TS=1 tap test/*.test.ts -R dot",
"test:types": "tsc -p test/tsconfig.test.json"
}
}

0 comments on commit df4c9f6

Please sign in to comment.