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 1a7c559 commit 2e4da11Copy full SHA for 2e4da11
test/test-creation.js
@@ -32,7 +32,7 @@ describe('element generator', function () {
32
});
33
34
this.app.options['skip-install'] = true;
35
- this.app.run({}, function () {
+ this.app.run(function () {
36
helpers.assertFile(expected);
37
done();
38
0 commit comments