8cc1b02d19
Adds a 3-pane layout option for showing details, as well as a dashboard sub-route for showing contributor details in the new details pane.
8 lines
237 B
JavaScript
8 lines
237 B
JavaScript
// import { module, test } from 'qunit';
|
|
// import { setupTest } from 'ember-qunit';
|
|
// import Contributor from 'kredits-web/models/contributor';
|
|
//
|
|
// module('Unit | Model | contributor', function(hooks) {
|
|
// setupTest(hooks);
|
|
// });
|