Skip to content

Commit 299c9c1

Browse files
committed
deleted fail, should still not compile !
1 parent b36f147 commit 299c9c1

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

test/Tests/Fail.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/all.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -868,12 +868,6 @@ describe("Function Converter", function () {
868868
});
869869
});
870870
"use strict";
871-
describe("Fail", function () {
872-
it("should fail", function () {
873-
expect(1).toBe(2);
874-
});
875-
});
876-
"use strict";
877871
describe("Add", function () {
878872
it("string", function () {
879873
Fruits.Add("Fruit");

test/test.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ describe("Function Converter", function () {
8080
});
8181
});
8282
"use strict";
83-
describe("Fail", function () {
84-
it("should fail", function () {
85-
expect(1).toBe(2);
86-
});
87-
});
88-
"use strict";
8983
describe("Add", function () {
9084
it("string", function () {
9185
Fruits.Add("Fruit");

0 commit comments

Comments
 (0)