Skip to content

Commit 9194cab

Browse files
committed
chore: fix knip config for renamed notifications stub
1 parent 5af773e commit 9194cab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

knip.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/knip@6/schema.json",
33
"entry": [
4-
"src/sw.ts",
54
"scripts/**/*.js",
65
"tests/e2e/global.setup.ts",
76
"tests/e2e/global.teardown.ts"
87
],
9-
"ignore": ["src/test/choochmeque-notifications-stub.ts"],
8+
"ignore": ["src/test/notifications-api-stub.ts"],
109
"ignoreExportsUsedInFile": {
1110
"interface": true,
1211
"type": true

0 commit comments

Comments
 (0)