13 lines
371 B
JavaScript
13 lines
371 B
JavaScript
// import { moduleForComponent, test } from 'ember-qunit';
|
|
// import hbs from 'htmlbars-inline-precompile';
|
|
//
|
|
// moduleForComponent('breadcrumb-nav', 'Integration | Component | breadcrumb nav', {
|
|
// integration: true
|
|
// });
|
|
//
|
|
// test('it renders', function(assert) {
|
|
// this.render(hbs`{{breadcrumb-nav}}`);
|
|
//
|
|
// assert.equal(this.$().text().trim(), '');
|
|
// });
|