ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
852 stars 160 forks source link

Adding testing libs so we can tests a running ember app. #786

Closed kiwiupover closed 3 years ago

kiwiupover commented 3 years ago

Moved simple-test -> basic-app/test/simple-tests Moved shoe-box-test -> basic-app/test/show-box-test Moved serve-assets-test -> basic-app/test/serve-assets-test

Remove dummy fixture which was used by the simple-tests and the serve-assets tests. Removed the shoe-box fixture used by the show-box test

kiwiupover commented 3 years ago

@rwjblue this PR is ready for your review.