Skip to content

Commit b3279a3

Browse files
committed
use correct format for app.run
1 parent 0e73d4e commit b3279a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-tests/addon-tests/addon-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('ember-cli-addon-tests (slow)', function() {
1717
}
1818
return app.create('ts1', appCreateOptions)
1919
.then(() => {
20-
return app.run('npm install');
20+
return app.run('npm', 'install');
2121
})
2222
.then(function() {
2323
return app.startServer();

0 commit comments

Comments
 (0)