From 04d92967334e7034470a429f69797b91f0b4b743 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 16 May 2015 22:15:54 +0200 Subject: [PATCH] Update tests. --- test/tests/unit/boot.js | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/test/tests/unit/boot.js b/test/tests/unit/boot.js index afb3a74f..2bfda7e1 100644 --- a/test/tests/unit/boot.js +++ b/test/tests/unit/boot.js @@ -149,45 +149,6 @@ describe('module \'' + ID + '\'', function () { assert.isTrue(this.xRequire.calledOnce); assert.deepEqual(this.xRequire.lastCall.args, ['main/index']); }); - - it('\'no-browser\'-class and no data-module', function () { - - $('html').addClass('no-browser'); - this.applyFn(); - assert.isFalse(this.xServer.request.called); - assert.isFalse(this.xDefine.called); - assert.isFalse(this.xRequire.called); - }); - - it('\'no-browser\'-class and data-module=\'test\'', function () { - - $('html').addClass('no-browser'); - $('