From 30f8a397017473005d136e17e7fd65152dc7a1fe Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Tue, 24 Apr 2018 09:39:09 +0200 Subject: [PATCH] Load mocha as first script on test scenario Also remove uneeded jQuery import Fixes #493 --- tests/tests.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/tests.html b/tests/tests.html index ff53f0a..625c1cb 100644 --- a/tests/tests.html +++ b/tests/tests.html @@ -2,12 +2,11 @@ Papa Parse Tests + - - @@ -21,7 +20,6 @@ } else { mocha.checkLeaks(); - mocha.globals(['jQuery']); mocha.run(); }