mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 23:09:16 +01:00
6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
|
'use strict';
|
||
|
|
||
|
global.___loader = {
|
||
|
enqueue: jest.fn(),
|
||
|
};
|