Skip to content

Commit 6b5ecc2

Browse files
committed
fix(lint): remove unused static pwaService imports (tests use dynamic import)
1 parent 8022a2d commit 6b5ecc2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/pwaService.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
2-
import {
3-
register,
4-
promptInstall,
5-
applyUpdate,
6-
onPWAStateChange,
7-
getPWAState,
8-
} from '../services/pwaService';
9-
102
// ---------------------------------------------------------------------------
113
// Helpers
124
// ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)