Skip to content

Commit 610c180

Browse files
committed
fix test
1 parent 4180576 commit 610c180

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/regression/tests/issue-765.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ describe('Regression: issue 765', () => {
2121
2222
@@allow('all', true)
2323
}
24-
`
24+
`,
25+
{
26+
previewFeatures: [],
27+
}
2528
);
2629

2730
const db = enhance();

0 commit comments

Comments
 (0)