Minor code format nit in test.js. [ci skip]

This commit is contained in:
John-David Dalton
2014-01-26 13:27:01 -08:00
parent cc0f431c35
commit 24b77d9dcb

View File

@@ -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();
}
});