Closed treyhunner closed 9 years ago
I merged your changes and some changes to the gulpfile and package.json. Please review.
The gulpfile should support all testing and all platforms. All dependencies through week 3 should be included in package.json
Known issue: when running gulp test:all there is a significant delay after test:unit before the integration tests start but it does eventually complete successfully.
The unit tests for me fail with:
ERROR [config]: File /home/trey/repos/project/karma.conf.js does not exist!
Changes:
gulp
start web server (use this instead ofslc run
)gulp test
start web server and run API tests and integration testsnpm test
run jshint and tests