Skip to content

Commit

Permalink
update testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
timreichen committed Dec 20, 2021
1 parent d7f8acf commit 278380c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testdata/packages-via-trailing-slashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"package submodules": {
"expectedResults": {
"moment/foo": "https://example.com/node_modules/moment/src/foo",
"moment/foo?query": "https://example.com/node_modules/moment/src/foo?query",
"moment/foo#fragment": "https://example.com/node_modules/moment/src/foo#fragment",
"moment/foo?query#fragment": "https://example.com/node_modules/moment/src/foo?query#fragment",
"lodash-dot/foo": "https://example.com/app/node_modules/lodash-es/foo",
"lodash-dotdot/foo": "https://example.com/node_modules/lodash-es/foo"
}
Expand Down

0 comments on commit 278380c

Please sign in to comment.