Skip to content

Commit

Permalink
update tests to 19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Oct 16, 2024
1 parent d7f3b62 commit 8eb56e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tap-snapshots/test/dir.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ exports[`test/dir.js TAP with prepare script with scriptshell configuration > ex
Object {
"from": "file:test/fixtures/prepare-script",
"integrity": "{integrity}",
"resolved": "\${CWD}/test/fixtures/prepare-script",
"resolved": "{CWD}/test/fixtures/prepare-script",
}
`

Expand All @@ -334,7 +334,7 @@ Object {
"_from": "file:test/fixtures/prepare-script",
"_id": "git-prepare-script@1.0.0",
"_integrity": null,
"_resolved": "\${CWD}/test/fixtures/prepare-script",
"_resolved": "{CWD}/test/fixtures/prepare-script",
"devDependencies": Object {
"abbrev": "^1.1.1",
},
Expand All @@ -359,13 +359,13 @@ Object {
"_from": "file:test/fixtures/prepare-script",
"_id": "git-prepare-script@1.0.0",
"_integrity": null,
"_resolved": "\${CWD}/test/fixtures/prepare-script",
"_resolved": "{CWD}/test/fixtures/prepare-script",
"devDependencies": Object {
"abbrev": "^1.1.1",
},
"dist": Object {
"integrity": null,
"tarball": "file:\${CWD}/test/fixtures/prepare-script",
"tarball": "file:{CWD}/test/fixtures/prepare-script",
},
"license": "ISC",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ t.test('extract', t => {
t.match(logs, [
['http',
'cache',
/file:test\\\\fixtures\\\\abbrev-1.1.1.tgz.*(cache hit)/,
/file:test\\fixtures\\abbrev-1.1.1.tgz.*(cache hit)/,
],
['warn', 'tar', 'zlib: incorrect header check'],
[
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/abbrev-manifest-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"homepage": "https://github.com/isaacs/abbrev-js#readme",
"_id": "abbrev@1.1.1",
"_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"_resolved": "${CWD}/test/fixtures/abbrev-1.1.1.tgz"
"_resolved": "{CWD}/test/fixtures/abbrev-1.1.1.tgz"
}
4 changes: 2 additions & 2 deletions test/fixtures/abbrev-packument-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"homepage": "https://github.com/isaacs/abbrev-js#readme",
"_id": "abbrev@1.1.1",
"_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"_resolved": "${CWD}/test/fixtures/abbrev-1.1.1.tgz",
"_resolved": "{CWD}/test/fixtures/abbrev-1.1.1.tgz",
"dist": {
"tarball": "file:${CWD}/test/fixtures/abbrev-1.1.1.tgz",
"tarball": "file:{CWD}/test/fixtures/abbrev-1.1.1.tgz",
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
}
}
Expand Down

0 comments on commit 8eb56e2

Please sign in to comment.