This commit is contained in:
Ilya Kantor 2020-08-23 19:03:29 +03:00
parent 718d9df37b
commit b24b05d3ca
1436 changed files with 131 additions and 106126 deletions

View file

@ -0,0 +1,6 @@
describe("errorjs", function() {
it("passes", function() { });
it("fails", function() { throw new Error("FAIL") });
});