From 24b77d9dcb7565e549fc96d6f3691a351bda2074 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 26 Jan 2014 13:27:01 -0800 Subject: [PATCH] Minor code format nit in test.js. [ci skip] --- test/test.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/test.js b/test/test.js index 4eda71957..dd32a1fb5 100644 --- a/test/test.js +++ b/test/test.js @@ -425,7 +425,8 @@ test('supports loading ' + basename + ' as the "lodash" module', 1, function() { if (amd) { equal((lodashModule || {}).moduleName, 'lodash'); - } else { + } + else { skipTest(); } }); @@ -441,7 +442,8 @@ test('supports loading ' + basename + ' as the "underscore" module', 1, function() { if (amd && !/dojo/.test(ui.loaderPath)) { equal((underscoreModule || {}).moduleName, 'underscore'); - } else { + } + else { skipTest(); } });