diff options
Diffstat (limited to 'testing/test.ts')
-rw-r--r-- | testing/test.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/test.ts b/testing/test.ts index 0d79c2218..7182a5783 100644 --- a/testing/test.ts +++ b/testing/test.ts @@ -35,8 +35,6 @@ test(function testingAssertEqual() { }); test(function testingAssertFail() { - let didThrow = false; - assert.throws(assert.fail, Error, "Failed assertion."); assert.throws( () => { |