mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Fix failing build test and add another build test.
Former-commit-id: dccae3f43f55dda764750880e37c5e0682f32095
This commit is contained in:
@@ -1030,7 +1030,8 @@
|
||||
(function() {
|
||||
var commands = [
|
||||
'-c',
|
||||
'--stdout'
|
||||
'-c -d',
|
||||
'--stdout',
|
||||
];
|
||||
|
||||
commands.forEach(function(command, index) {
|
||||
@@ -1043,7 +1044,7 @@
|
||||
written = string;
|
||||
};
|
||||
|
||||
build([command, 'exports=', 'include='], function(data) {
|
||||
build(['exports=', 'include='].concat(command.split(' ')), function(data) {
|
||||
process.stdout.write = write;
|
||||
equal(written, data.source);
|
||||
equal(arguments.length, 1);
|
||||
|
||||
Reference in New Issue
Block a user