We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79c237 commit a75a19aCopy full SHA for a75a19a
test/tr_flags.js
@@ -34,7 +34,7 @@ test('--debug passed to transforms', function (t) {
34
p = mdeps({ debug: true })
35
p.write({
36
transform: function (file, opts) {
37
- t.equal(opts._flags, Infinity, 'transform arguents are preserved');
+ t.equal(opts._flags, Infinity, 'transform arguments are preserved');
38
return through();
39
},
40
options: { _flags: Infinity }
0 commit comments