mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 20:07:49 +00:00
Minor code format nit in test.js. [ci skip]
This commit is contained in:
@@ -425,7 +425,8 @@
|
|||||||
test('supports loading ' + basename + ' as the "lodash" module', 1, function() {
|
test('supports loading ' + basename + ' as the "lodash" module', 1, function() {
|
||||||
if (amd) {
|
if (amd) {
|
||||||
equal((lodashModule || {}).moduleName, 'lodash');
|
equal((lodashModule || {}).moduleName, 'lodash');
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
skipTest();
|
skipTest();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -441,7 +442,8 @@
|
|||||||
test('supports loading ' + basename + ' as the "underscore" module', 1, function() {
|
test('supports loading ' + basename + ' as the "underscore" module', 1, function() {
|
||||||
if (amd && !/dojo/.test(ui.loaderPath)) {
|
if (amd && !/dojo/.test(ui.loaderPath)) {
|
||||||
equal((underscoreModule || {}).moduleName, 'underscore');
|
equal((underscoreModule || {}).moduleName, 'underscore');
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
skipTest();
|
skipTest();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user