mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Intentionally failing test to see what happens to gh actions workflow
This commit is contained in:
@@ -2,6 +2,6 @@ import { expect } from "chai";
|
|||||||
|
|
||||||
describe("something", function () {
|
describe("something", function () {
|
||||||
it("fails", function () {
|
it("fails", function () {
|
||||||
expect(true).equal(true);
|
expect(false).equal(true);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user