jeffling / wallaby-webpack

webpack preprocessor for wallabyjs
25 stars 8 forks source link

Tests don't run #1

Closed jeffling closed 9 years ago

jeffling commented 9 years ago
Test without test file id, most likely the test did not run { testFileIdCanNotBeDetermined: 'should export properly',
  id: 100001,
  log: undefined,
  filesInvolved: [] }
Test without test file id, most likely the test did not run { testFileIdCanNotBeDetermined: 'this should fail',
  id: 100002,
  log: 
   [ { message: '\'undefined\' is not a function (evaluating \'assert.equals(1, 2)\')',
       stack: [Object] } ],
  filesInvolved: [] }

Errors are reported fine, but not through the normal wallaby channels.