diff options
Diffstat (limited to 'frontend/jest.setup.js')
| -rw-r--r-- | frontend/jest.setup.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/jest.setup.js b/frontend/jest.setup.js index 1783f17..c3fa88e 100644 --- a/frontend/jest.setup.js +++ b/frontend/jest.setup.js @@ -8,9 +8,9 @@ expect.extend({ const receivedVariables = received.mock.calls[0][0].variables; const pass = this.equals(receivedVariables, argument); const message = () => - `expected ${this.utils.printExpected(argument)} to match ${this.utils.printReceived( - receivedVariables - )}`; + `expected ${this.utils.printExpected(argument)} + +to match ${this.utils.printReceived(receivedVariables)}`; return { message, pass }; }, |
