Skip to content

Commit 2e4da11

Browse files
committed
fix tests
1 parent 1a7c559 commit 2e4da11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-creation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('element generator', function () {
3232
});
3333

3434
this.app.options['skip-install'] = true;
35-
this.app.run({}, function () {
35+
this.app.run(function () {
3636
helpers.assertFile(expected);
3737
done();
3838
});

0 commit comments

Comments
 (0)