bahmutov/gt

if referenceerror happens in module setup, tests pass

Closed this issue · 1 comments

every test should fail

something like this

gt.module('test module', {
  setup: function() {
     foo.bar(); // on purpose
  });