Skip to content

Commit d48e947

Browse files
committed
lint
1 parent 4a88b97 commit d48e947

File tree

1 file changed

+2
-2
lines changed
  • packages/svelte/tests/runtime-runes/samples/event-handler-invalid-warning

1 file changed

+2
-2
lines changed

packages/svelte/tests/runtime-runes/samples/event-handler-invalid-warning/_config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ export default test({
77
dev: true
88
},
99

10-
async test({ assert, target, warnings }) {
10+
test({ assert, target, warnings }) {
1111
/** @type {any} */
1212
let error;
1313

14-
const handler = (e) => {
14+
const handler = (/** @type {any} */ e) => {
1515
error = e.error;
1616
e.stopImmediatePropagation();
1717
};

0 commit comments

Comments
 (0)