mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
4 lines
137 B
JavaScript
4 lines
137 B
JavaScript
console.debug = jest.fn(a => null);
|
|
console.log = jest.fn(a => null);
|
|
console.table = jest.fn(a => null);
|
|
module.exports = {k,...global}; |