Reflect player-component actions on playlist-component
import{moduleFor,test}from'ember-qunit';moduleFor('route:application','Unit | Route | application',{// Specify the other units that are required for this test.// needs: ['controller:foo']});test('it exists',function(assert){varroute=this.subject();assert.ok(route);});