Skip to content

Commit

Permalink
test: update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Mar 28, 2020
1 parent 1dbfa24 commit 8274074
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tap-snapshots/test-cli.spec.js-TAP.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
* Make sure to inspect the output below. Do not ignore changes!
*/
'use strict'
exports['test/cli.spec.js TAP runs `why qs` > snapshot 1'] = `
exports[`test/cli.spec.js TAP runs \`why qs\` > snapshot 1`] = `
Who required qs:
nls > tap > coveralls > request > [email protected]
`

exports['test/cli.spec.js TAP runs in root dir > snapshot 1'] = `
exports[`test/cli.spec.js TAP runs in root dir > snapshot 1`] = `
npm scripts:
* lint standard lib/*
* pretest npm run lint
* test tap test/*.spec.js --reporter spec --test-env=FORCE_COLOR=0
* snap TAP_SNAPSHOT=1 npm run test
* lint standard lib/*
* pretest npm run lint
* test tap test/*.spec.js --reporter spec --test-env=FORCE_COLOR=0
* snap TAP_SNAPSHOT=1 npm run test
`

0 comments on commit 8274074

Please sign in to comment.