Skip to content

Instantly share code, notes, and snippets.

@sedouard
Created April 17, 2015 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sedouard/8a12a6a1d4e442c8c86e to your computer and use it in GitHub Desktop.
Save sedouard/8a12a6a1d4e442c8c86e to your computer and use it in GitHub Desktop.
# If you haven't already install ember-cli
npm install ember-cli -g
$>ember new
$>cd
$>npm install && bower install
$>npm install ember-cli-node-webkit --save
$>ember g node-webkit
# Develop your application & tests
...
# Now run your automated tests
$>ember nw:test
ok 1 nw - JSHint - . # app.js should pass jshint
ok 2 nw - JSHint - helpers # helpers/resolver.js should pass jshint
ok 3 nw - JSHint - helpers # helpers/start-app.js should pass jshint
ok 4 nw - JSHint - . # router.js should pass jshint
ok 5 nw - JSHint - . # test-helper.js should pass jshint
1..5
# tests 5
# pass 5
# fail 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment