Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Dec 5, 2023
1 parent 5a7fe9a commit ade7344
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/evolu-common/test/Evolu.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ test("createQuery", () => {
db.selectFrom("users").select(["id", "name"]),
);

expect(users1).toMatchInlineSnapshot(
'"{\\"sql\\":\\"select \\\\\\"id\\\\\\", \\\\\\"name\\\\\\" from \\\\\\"users\\\\\\"\\",\\"parameters\\":[]}"',
);
expect(users1).toMatchInlineSnapshot(`"{"sql":"select \\"id\\", \\"name\\" from \\"users\\"","parameters":[]}"`);
expect(users1).toBe(users2);
});

Expand Down

1 comment on commit ade7344

@vercel
Copy link

@vercel vercel bot commented on ade7344 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-evolu.vercel.app
evolu.vercel.app
evolu-git-main-evolu.vercel.app
evolu.dev
www.evolu.dev

Please sign in to comment.