From ef474bbd88c0b84643340eccf19b7073ccf35d49 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 26 Mar 2024 11:10:26 +0100 Subject: [PATCH] Rename test.ts to rehype-mermaid.test.ts --- .c8rc.json | 1 - package.json | 4 ++-- src/{test.ts => rehype-mermaid.test.ts} | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename src/{test.ts => rehype-mermaid.test.ts} (100%) diff --git a/.c8rc.json b/.c8rc.json index 620f13e..51d1e5e 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,5 +1,4 @@ { "100": true, - "exclude": ["**/test*"], "reporter": ["html", "lcov", "text"] } diff --git a/package.json b/package.json index efafd17..74dc94b 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,12 @@ "files": [ "dist", "src", - "!test*" + "!*.test.*" ], "scripts": { "prepack": "tsc --build", "pretest": "tsc --build", - "test": "c8 node --enable-source-maps dist/test.js" + "test": "c8 node --enable-source-maps dist/rehype-mermaid.test.js" }, "author": "Remco Haszing ", "license": "MIT", diff --git a/src/test.ts b/src/rehype-mermaid.test.ts similarity index 100% rename from src/test.ts rename to src/rehype-mermaid.test.ts