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",