Skip to content

Commit 115f6fa

Browse files
fix(wxt): remove question of validation.test.ts
1 parent 5586117 commit 115f6fa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/wxt/src/core/utils/__tests__/validation.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ describe('Validation Utils', () => {
5050
it('should return an error when include is not an array', () => {
5151
const entrypoint = fakeGenericEntrypoint({
5252
options: {
53-
// TODO: TS ISN'T ENOUGH HERE TO PREVENT THIS?
5453
// @ts-expect-error
5554
include: 0,
5655
},
@@ -77,7 +76,6 @@ describe('Validation Utils', () => {
7776
const entrypoint = fakeContentScriptEntrypoint({
7877
options: {
7978
registration: 'manifest',
80-
// TODO: TS ISN'T ENOUGH HERE TO PREVENT THIS?
8179
// @ts-expect-error
8280
matches: null,
8381
},
@@ -105,7 +103,6 @@ describe('Validation Utils', () => {
105103
const entrypoint = fakeContentScriptEntrypoint({
106104
options: {
107105
registration: 'runtime',
108-
// TODO: TS ISN'T ENOUGH HERE TO PREVENT THIS?
109106
// @ts-expect-error
110107
matches: null,
111108
},

0 commit comments

Comments
 (0)