From dfc6977317473f0ba8bc7be66994a39968097b4f Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 19 Apr 2018 11:32:56 -0400 Subject: queries fix --- frontend/jest.setup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/jest.setup.js') 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 }; }, -- cgit v1.3