market/.jest/__mocks__/tar.ts

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')