From 7157527389e99acac4dafd3fcb5a8c1c2964aad1 Mon Sep 17 00:00:00 2001 From: Tsegaselassie Tadesse Date: Wed, 3 Feb 2016 23:39:01 +0300 Subject: [PATCH] Fixed Meteor tests failing because of jquery conflict. Related #769 --- meteor/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/meteor/test.js b/meteor/test.js index 923c1856..f7f879eb 100644 --- a/meteor/test.js +++ b/meteor/test.js @@ -1,4 +1,5 @@ '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 //