Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 22, 2023
1 parent 589d160 commit 145b6e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe("mkdist", () => {
"dist/bar/esm.mjs",
"dist/ts/test1.mjs",
"dist/ts/test2.mjs",
"dist/nested.css",
]
.map((f) => resolve(rootDir, f))
.sort(),
Expand Down Expand Up @@ -111,6 +112,7 @@ describe("mkdist", () => {
"dist/ts/test2.mjs",
"dist/ts/test1.d.mts",
"dist/ts/test2.d.cts",
"dist/nested.css",
]
.map((f) => resolve(rootDir, f))
.sort(),
Expand Down Expand Up @@ -188,6 +190,7 @@ describe("mkdist", () => {
"dist/bar/esm.mjs",
"dist/ts/test1.mjs",
"dist/ts/test2.mjs",
"dist/nested.css",
]
.map((f) => resolve(rootDir, f))
.sort(),
Expand Down

0 comments on commit 145b6e8

Please sign in to comment.