Break a test on purpose to check reporter.
This commit is contained in:
parent
b95960b01f
commit
f30d56210f
|
@ -565,7 +565,7 @@ datasourceDescribe(
|
|||
const row = await config.api.row.save(table._id!, {
|
||||
food: ["orange"],
|
||||
})
|
||||
expect(row.food).toEqual(["orange"])
|
||||
expect(row.food).toEqual(["orangefdsfsd"])
|
||||
})
|
||||
|
||||
it("resets back to its default value when empty", async () => {
|
||||
|
|
Loading…
Reference in New Issue