test_meteor.js 89 B

123
  1. Tinytest.add('Instantiation', function(test) {
  2. test.notEqual($.notify, undefined);
  3. });