Skip to content

Commit

Permalink
fix: restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Mar 12, 2024
1 parent 9209d82 commit b9fb3d1
Show file tree
Hide file tree
Showing 7 changed files with 497 additions and 20 deletions.
14 changes: 11 additions & 3 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"$schema": "https://unpkg.com/knip@2/schema.json",
"entry": ["src/Roarr.ts", "src/browser.ts"],
"project": ["src/**/*!", "test/**/*"],
"ignoreDependencies": ["husky"]
"entry": [
"src/Roarr.ts",
"src/browser.ts"
],
"ignoreDependencies": [
"husky"
],
"project": [
"src/**/*!",
"test/**/*"
]
}
Loading

0 comments on commit b9fb3d1

Please sign in to comment.