From 8f433f25ec69ea5d9b15daa06ee01f165b5fa8c8 Mon Sep 17 00:00:00 2001 From: Danilo Campana Fuchs Date: Mon, 30 Dec 2024 13:35:28 -0300 Subject: [PATCH] test: add additional tests for `extname` (#186) --- test/index.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/index.spec.ts b/test/index.spec.ts index 94efc1c..9b260fe 100644 --- a/test/index.spec.ts +++ b/test/index.spec.ts @@ -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",