Skip to content

Commit 99dc388

Browse files
committed
test: add other test files
1 parent 937d1d1 commit 99dc388

File tree

8 files changed

+23
-1
lines changed

8 files changed

+23
-1
lines changed

test/bg/action.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { describe, it } from 'vitest';
2+
3+
describe.concurrent('', () => {
4+
5+
});

test/bg/bg.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { describe, it } from 'vitest';
2+
3+
describe.concurrent('', () => {});

test/bg/utils/storage.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { describe, it } from 'vitest';
2+
3+
describe.concurrent('', () => {});

test/map/map.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { describe, it } from 'vitest';
2+
3+
describe.concurrent('', () => {});

test/map/utils/parseDMS.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { describe, it } from 'vitest';
2+
3+
describe.concurrent('', () => {});

test/map/utils/parsePB.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { describe, it } from 'vitest';
22
import { parsePB, tileTypes } from '../../../src/map/utils/parsePB';
3-
import { experiments } from 'webextension-polyfill';
43

54
describe.concurrent('Parse PB', () => {
65
it('empty list', ({ expect }) => {

test/map/utils/read.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { describe, it } from 'vitest';
2+
3+
describe.concurrent('', () => {});

test/map/utils/zoom.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { describe, it } from 'vitest';
2+
3+
describe.concurrent('', () => {});

0 commit comments

Comments
 (0)