mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
4 lines
184 B
TypeScript
4 lines
184 B
TypeScript
|
// mocked, as this module makes Jest go all
|
||
|
// "Uncaught SyntaxError: Octal escape sequences are not allowed in strict mode"
|
||
|
export default jest.fn().mockImplementation(() => 'hello')
|