Skip to content

Commit

Permalink
Debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Oct 3, 2024
1 parent 5893644 commit 98db508
Show file tree
Hide file tree
Showing 9 changed files with 7,005 additions and 15,229 deletions.
16 changes: 9 additions & 7 deletions .tapci.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# This file is auto-generated by 'npm run update:tap-config'
timeout: 1200
color: true
include:
- test/**/*.test.ts
tsconfig: tsconfig.json
allow-incomplete-coverage: true
disable-coverage: true
color: true
coverage-report:
- none
reporter: base
disable-coverage: true
include:
- test/**/*.test.ts
passes: true
reporter: base
timeout: 1200
tsx-tsconfig-path: tsconfig.json
plugin:
- '!@tapjs/spawn'
- '!@tapjs/stdin'
- '@tapjs/tsx'
- '!@tapjs/typescript'
18 changes: 10 additions & 8 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# vim: set filetype=yaml :
timeout: 1200
color: true
include:
- test/**/*.test.ts
tsconfig: tsconfig.json
allow-incomplete-coverage: true
disable-coverage: true
color: true
coverage-report:
- none
# reporter: terse
# passes: true
disable-coverage: true
include:
- test/**/*.test.ts
passes: false
reporter: base
timeout: 1200
tsx-tsconfig-path: tsconfig.json
plugin:
- "!@tapjs/spawn"
- "!@tapjs/stdin"
- "@tapjs/tsx"
- "!@tapjs/typescript"
Loading

0 comments on commit 98db508

Please sign in to comment.