Skip to content

Commit a65c2d2

Browse files
fix: removed non-existing property forceErrorEncapsulation in test
1 parent 250cce5 commit a65c2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('Static Plugin', () => {
9696
})
9797

9898
it('ignore string pattern', async () => {
99-
const app = new Elysia({ forceErrorEncapsulation: true }).use(
99+
const app = new Elysia().use(
100100
staticPlugin({
101101
ignorePatterns: [`public${sep}takodachi.png`]
102102
})

0 commit comments

Comments
 (0)