chore: switch to jest for testing
This commit is contained in:
2
test/setup.js
Normal file
2
test/setup.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// Replace the jest console with the normal one (jest makes console.log too verbose)
|
||||
global.console = await import("node:console");
|
||||
Reference in New Issue
Block a user