From 7d78f69127135ea9ed7b33c7f045deebc2d37e50 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Mon, 21 Nov 2011 09:50:35 -0700 Subject: [PATCH] include vepbundle in qunit tests - fixes several broken frontend tests - fixes regressions introduced while working on issue #606 --- resources/static/test/qunit/qunit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/static/test/qunit/qunit.js b/resources/static/test/qunit/qunit.js index 92c6acc60..0142d75e0 100644 --- a/resources/static/test/qunit/qunit.js +++ b/resources/static/test/qunit/qunit.js @@ -6,6 +6,7 @@ steal.plugins( .then( "/lib/underscore-min", "/lib/ejs", + "/lib/vepbundle", "/shared/browserid", "/lib/dom-jquery", "mocks/mocks", -- GitLab