diff --git a/tap-snapshots/test-cli.spec.js-TAP.test.js b/tap-snapshots/test-cli.spec.js-TAP.test.js index 7a41a6a..48ccc85 100644 --- a/tap-snapshots/test-cli.spec.js-TAP.test.js +++ b/tap-snapshots/test-cli.spec.js-TAP.test.js @@ -5,7 +5,7 @@ * 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: @@ -13,13 +13,13 @@ exports['test/cli.spec.js TAP runs `why qs` > snapshot 1'] = ` ` -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 `