Just started to get Chutzpah with require (which was great fun).
The problem I currently have now is that if there is a javascript error it seems to fail without picking any of the tests up. However, when run in debug mode it seems to pick them up in the debug.
Is there any way to solve this problem. Here is the output from my test run. There error is a " not defined" in one of the js files being tested
Chutzpah console test runner (64-bit .NET 4.0.30319.18033)
Copyright (C) 2013 Matthew Manela (http://matthewmanela.com).
chutzpah.dll: Version 2.4.1.266
#_#FileStart#_# {"type":"FileStart"}
#_#FileDone#_# {"type":"FileDone","timetaken":21,"passed":0,"failed":5}
File: C:\code\origin\Test.Javascript\tests\search.test.js
0 total, 0 failed, took 0.02 seconds
Tests complete: 0
=== 0 total, 0 failed, took 1.13 seconds ===