Skip to content

Commit

Permalink
[Import Maps] Add test cases for packages with querystring and fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and domenic committed Sep 13, 2021
1 parent 5def60b commit 5cd5eef
Showing 1 changed file with 3 additions and 0 deletions.
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 5cd5eef

Please sign in to comment.