-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency tap to v18 (#544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f3595ab
commit e73a3dc
Showing
30 changed files
with
1,315 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ tmp/**/* | |
*.log | ||
coverage | ||
.vscode | ||
.nyc_output/ | ||
.nyc_output/ | ||
.tap/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* IMPORTANT | ||
* This snapshot file is auto-generated, but designed for humans. | ||
* It should be checked into source control and tracked carefully. | ||
* Re-generate by setting TAP_SNAPSHOT=1 and running tests. | ||
* Make sure to inspect the output below. Do not ignore changes! | ||
*/ | ||
'use strict' | ||
exports[`test/alias.map.test.js > TAP > alias map - put alias, then get map through alias - non scoped > on GET of file, response should match snapshot 1`] = ` | ||
Object { | ||
"imports": Object { | ||
"fuzz": "http://localhost:4001/finn/pkg/fuzz/v8", | ||
}, | ||
} | ||
` | ||
|
||
exports[`test/alias.map.test.js > TAP > alias map - put alias, then get map through alias - scoped > on GET of file, response should match snapshot 1`] = ` | ||
Object { | ||
"imports": Object { | ||
"fuzz": "http://localhost:4001/finn/pkg/fuzz/v8", | ||
}, | ||
} | ||
` |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
/* IMPORTANT | ||
* This snapshot file is auto-generated, but designed for humans. | ||
* It should be checked into source control and tracked carefully. | ||
* Re-generate by setting TAP_SNAPSHOT=1 and running tests. | ||
* Make sure to inspect the output below. Do not ignore changes! | ||
*/ | ||
'use strict' | ||
exports[`test/map.test.js > TAP > import-map - get map versions - non scoped > on GET of map versions, response should match snapshot 1`] = ` | ||
Object { | ||
"name": "buzz", | ||
"org": "local", | ||
"type": "map", | ||
"versions": Array [ | ||
Array [ | ||
5, | ||
Object { | ||
"integrity": "sha512-Xsex3JB8ymI7lc30kdrQ2FZYKVh25UQxpRo38HW5L6Ldnu4f5nQ0ZtDEG4AsKXT8FAbg0DGrfxV7grC2AI/RRQ==", | ||
"version": "5.2.2", | ||
}, | ||
], | ||
Array [ | ||
4, | ||
Object { | ||
"integrity": "sha512-Xsex3JB8ymI7lc30kdrQ2FZYKVh25UQxpRo38HW5L6Ldnu4f5nQ0ZtDEG4AsKXT8FAbg0DGrfxV7grC2AI/RRQ==", | ||
"version": "4.9.2", | ||
}, | ||
], | ||
], | ||
} | ||
` | ||
|
||
exports[`test/map.test.js > TAP > import-map - get map versions - scoped > on GET of map versions, response should match snapshot 1`] = ` | ||
Object { | ||
"name": "@cuz/buzz", | ||
"org": "local", | ||
"type": "map", | ||
"versions": Array [ | ||
Array [ | ||
5, | ||
Object { | ||
"integrity": "sha512-Xsex3JB8ymI7lc30kdrQ2FZYKVh25UQxpRo38HW5L6Ldnu4f5nQ0ZtDEG4AsKXT8FAbg0DGrfxV7grC2AI/RRQ==", | ||
"version": "5.2.2", | ||
}, | ||
], | ||
Array [ | ||
4, | ||
Object { | ||
"integrity": "sha512-Xsex3JB8ymI7lc30kdrQ2FZYKVh25UQxpRo38HW5L6Ldnu4f5nQ0ZtDEG4AsKXT8FAbg0DGrfxV7grC2AI/RRQ==", | ||
"version": "4.9.2", | ||
}, | ||
], | ||
], | ||
} | ||
` | ||
|
||
exports[`test/map.test.js > TAP > import-map - put map -> get map - non scoped successfully uploaded > on GET of map, response should match snapshot 1`] = ` | ||
Object { | ||
"imports": Object { | ||
"fuzz": "http://localhost:4001/finn/pkg/fuzz/v8", | ||
}, | ||
} | ||
` | ||
|
||
exports[`test/map.test.js > TAP > import-map - put map -> get map - scoped successfully uploaded > on GET of map, response should match snapshot 1`] = ` | ||
Object { | ||
"imports": Object { | ||
"fuzz": "http://localhost:4001/finn/pkg/fuzz/v8", | ||
}, | ||
} | ||
` |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.