test build fail
This commit is contained in:
parent
40ab72a195
commit
90ad9d6b69
|
@ -34,4 +34,7 @@ describe("Events", () => {
|
|||
).json()) as any;
|
||||
assert.notEqual(sum(data.map((d) => Number.parseInt(d["count()"], 10))), 0);
|
||||
});
|
||||
test("fail", () => {
|
||||
assert.equal(1, 0);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue