all files / app/routes/ index.js

100% Statements 18/18
100% Branches 2/2
100% Functions 8/8
100% Lines 3/3
5 statements, 2 functions, 1 branch Ignored     
1 2 3 4 5 6 7 8 9             
 
import Ember from 'ember';
export default Ember.Route.extend({
  async model() {
    return {};
  }
});