Skip to content

Commit

Permalink
test: take snapshot without buffer to string
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 17, 2024
1 parent d840901 commit c746a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm i npm@latest -g
- run: npm ci
- run: npm test
3 changes: 2 additions & 1 deletion tap-snapshots/test/nyc-integration.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,8 @@ exports[`test/nyc-integration.js > TAP > passes configuration via environment va
`

exports[`test/nyc-integration.js > TAP > recursive run does not throw > stdout 1`] = `
Buffer <2268 656c 6c6f 220d 0a "hello"..>
hello
`

exports[`test/nyc-integration.js > TAP > report and check should show coverage check along with report > stderr 1`] = `
Expand Down

0 comments on commit c746a76

Please sign in to comment.