Break a test on purpose to check reporter.

This commit is contained in:
Sam Rose 2024-11-20 11:51:32 +00:00
parent b95960b01f
commit f30d56210f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ datasourceDescribe(
const row = await config.api.row.save(table._id!, { const row = await config.api.row.save(table._id!, {
food: ["orange"], food: ["orange"],
}) })
expect(row.food).toEqual(["orange"]) expect(row.food).toEqual(["orangefdsfsd"])
}) })
it("resets back to its default value when empty", async () => { it("resets back to its default value when empty", async () => {