From dd89ef5767c592d5dcbb182c68b2e318ca7973ef Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Mon, 22 Aug 2016 14:30:57 +0800 Subject: [PATCH] Tests: More failing fun --- spec/runner.coffee | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/spec/runner.coffee b/spec/runner.coffee index 5c81f08..7d54aa3 100644 --- a/spec/runner.coffee +++ b/spec/runner.coffee @@ -366,7 +366,7 @@ describe 'Runner', -> chai.expect(err.message).to.contain 'TIMEOUT' done() - describe 'input data containing ', -> + describe 'input data containing ', -> it 'should succeed', (done) -> filter = local 'return-input' input = { 'foo': 'barbaz', 'htmlscript': '' } @@ -376,6 +376,26 @@ describe 'Runner', -> chai.expect(solution).to.eql input done() + describe 'input data containing ...