From e18687199671255bc62f9e0c5bbdb942520ed8d2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 5 Jun 2014 09:46:19 +0200 Subject: [PATCH] fix unit test template --- core/js/tests/specs/coreSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/tests/specs/coreSpec.js b/core/js/tests/specs/coreSpec.js index e926dd2bc2f..3c62b976779 100644 --- a/core/js/tests/specs/coreSpec.js +++ b/core/js/tests/specs/coreSpec.js @@ -364,7 +364,7 @@ describe('Core base tests', function() { beforeEach(function() { clock = sinon.useFakeTimers(); $('#testArea').append('' + ''); $toggle = $('#header').find('.menutoggle');