Open sam-falvo opened 11 years ago
@sam-falvo Can you please provide a link to the line in a file where this happens / patch which reproduces this?
Also, judging by the exception this doesn't seem to happen in the context of a test, although I might be wrong.
While attempting to add a means of signalling an exception generated outside the context of a test to Whiskey, I happened upon another bug with respect to exceptions within the context of a test.
To reproduce:
throw { message: 'hello world' };
Apparently, the _testObj member of the TestFile class is not being initialized.