diff options
Diffstat (limited to 'frontend/jest.setup.js')
| -rw-r--r-- | frontend/jest.setup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/jest.setup.js b/frontend/jest.setup.js index c3fa88e..ad01898 100644 --- a/frontend/jest.setup.js +++ b/frontend/jest.setup.js @@ -4,7 +4,7 @@ import Adapter from 'enzyme-adapter-react-16'; configure({ adapter: new Adapter() }); expect.extend({ - toBeCalledWithVariables(received, argument) { + toHaveBeenCalledWithVariables(received, argument) { const receivedVariables = received.mock.calls[0][0].variables; const pass = this.equals(receivedVariables, argument); const message = () => |
