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 c4af9f2
Show file tree
Hide file tree
Showing 8 changed files with 5,661 additions and 14,370 deletions.
14 changes: 7 additions & 7 deletions .tapci.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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
tsconfig: tsconfig.json
plugin:
- '!@tapjs/spawn'
- '!@tapjs/stdin'
14 changes: 7 additions & 7 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# vim: set filetype=yaml :
timeout: 1200
allow-incomplete-coverage: true
color: true
coverage-report:
- none
disable-coverage: true
include:
- test/**/*.test.ts
passes: false
reporter: base
timeout: 1200
tsconfig: tsconfig.json
allow-incomplete-coverage: true
disable-coverage: true
coverage-report:
- none
# reporter: terse
# passes: true
plugin:
- "!@tapjs/spawn"
- "!@tapjs/stdin"
Loading

0 comments on commit c4af9f2

Please sign in to comment.