1 parent 8022a2d commit 6b5ecc2Copy full SHA for 6b5ecc2
1 file changed
test/pwaService.test.ts
@@ -1,12 +1,4 @@
1
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
-
10
// ---------------------------------------------------------------------------
11
// Helpers
12
0 commit comments