Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 3, 2025
1 parent 50ec41c commit 84f4906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/view.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ describe('test/view.test.ts', () => {
* render() {
yield 'a';
}
renderString() {}
* renderString() {
yield 'a';
}
}
assert.throws(() => {
app.view.use('d', View as any);
Expand Down

0 comments on commit 84f4906

Please sign in to comment.