Skip to content

Commit

Permalink
test: add additional tests for extname (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilofuchs authored Dec 30, 2024
1 parent 43241f6 commit 8f433f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ runTest("extname", extname, {
// POSIX
"/temp/myfile.html": ".html",
"./myfile.html": ".html",
"./myfile.tar.gz": ".gz",
"./myfile.tar.gz.br": ".br",

".foo": "",
"..foo": ".foo",
Expand Down

0 comments on commit 8f433f2

Please sign in to comment.