Skip to content

Commit

Permalink
Rename test.ts to rehype-mermaid.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 29, 2024
1 parent 6fbd0df commit f1ef0ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"100": true,
"exclude": ["**/test*"],
"reporter": ["html", "lcov", "text"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <remcohaszing@gmail.com>",
"license": "MIT",
Expand Down
File renamed without changes.

0 comments on commit f1ef0ac

Please sign in to comment.