Skip to content

Commit

Permalink
test: add other test files
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 4, 2023
1 parent 937d1d1 commit 99dc388
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/bg/action.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { describe, it } from 'vitest';

describe.concurrent('', () => {

});
3 changes: 3 additions & 0 deletions test/bg/bg.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { describe, it } from 'vitest';

describe.concurrent('', () => {});
3 changes: 3 additions & 0 deletions test/bg/utils/storage.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { describe, it } from 'vitest';

describe.concurrent('', () => {});
3 changes: 3 additions & 0 deletions test/map/map.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { describe, it } from 'vitest';

describe.concurrent('', () => {});
3 changes: 3 additions & 0 deletions test/map/utils/parseDMS.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { describe, it } from 'vitest';

describe.concurrent('', () => {});
1 change: 0 additions & 1 deletion test/map/utils/parsePB.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { describe, it } from 'vitest';
import { parsePB, tileTypes } from '../../../src/map/utils/parsePB';
import { experiments } from 'webextension-polyfill';

describe.concurrent('Parse PB', () => {
it('empty list', ({ expect }) => {
Expand Down
3 changes: 3 additions & 0 deletions test/map/utils/read.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { describe, it } from 'vitest';

describe.concurrent('', () => {});
3 changes: 3 additions & 0 deletions test/map/utils/zoom.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { describe, it } from 'vitest';

describe.concurrent('', () => {});

0 comments on commit 99dc388

Please sign in to comment.