toranb / ember-template-compiler

An npm module for the ember-template-compiler.js file that ships with ember.js
MIT License
30 stars 23 forks source link

Setup `npm test` script. #6

Closed rwjblue closed 10 years ago

rwjblue commented 10 years ago

This commit adds jasmine-node as to devDependencies and removes the tests/runner.sh script. Now tests can be run from the projects root directory with npm test.

npm test is the default test script used by Travis for Node projects.