Merge pull request #864 from tsega/master

Fixed Meteor tests failing because of jQuery conflict. Related #769
This commit is contained in:
Kevin Ross 2016-02-03 14:48:55 -06:00
commit bb839b8777

View File

@ -1,4 +1,5 @@
'use strict'; 'use strict';
$ =jQuery.noConflict();
//var packageName; // there seems to be no official way of finding out the name of the very package we're testing - http://stackoverflow.com/questions/27180709/in-a-tinytest-test-file-how-do-i-get-the-name-of-the-package //var packageName; // there seems to be no official way of finding out the name of the very package we're testing - http://stackoverflow.com/questions/27180709/in-a-tinytest-test-file-how-do-i-get-the-name-of-the-package
// //