Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 16, 2023
1 parent 190a5ec commit 3f2b36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/exports.test.ts
Expand Up @@ -236,6 +236,7 @@ describe("resolveModuleExportNames", () => {
expect(await resolveModuleExportNames("pathe")).toMatchInlineSnapshot(`
[
"basename",
"default",
"delimiter",
"dirname",
"extname",
Expand Down Expand Up @@ -263,6 +264,7 @@ describe("resolveModuleExportNames", () => {
"foo",
"_resolve",
"basename",
"default",
"delimiter",
"dirname",
"extname",
Expand Down

0 comments on commit 3f2b36a

Please sign in to comment.