Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Oct 23, 2024
1 parent 4a88b97 commit d48e947
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export default test({
dev: true
},

async test({ assert, target, warnings }) {
test({ assert, target, warnings }) {
/** @type {any} */
let error;

const handler = (e) => {
const handler = (/** @type {any} */ e) => {
error = e.error;
e.stopImmediatePropagation();
};
Expand Down

0 comments on commit d48e947

Please sign in to comment.