Skip to content

Commit

Permalink
#39 ユニットテストを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Sep 8, 2023
1 parent 49e6111 commit f292368
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ globalThis.window = {
},
"childNodes": [],
"children": [],
"style": {}
"style": {},
"addEventListener": () =>
{
return undefined;
}
};
}
},
Expand Down

0 comments on commit f292368

Please sign in to comment.