diff --git a/bin/plugin-helpers.js b/bin/plugin-helpers.js index 905b856..5703c22 100755 --- a/bin/plugin-helpers.js +++ b/bin/plugin-helpers.js @@ -54,7 +54,7 @@ program .on('--help', docs('test/browser')) .action(taskRunner(function (command) { run('testBrowser', { - dev: Boolean(command.options.dev), + dev: Boolean(command.dev), plugins: command.plugins, }); }));