datacite/bracco

View on GitHub
tests/integration/components/doi-types-test.js

Summary

Maintainability
A
0 mins
Test Coverage
// import { module, test } from 'qunit';
// import { setupRenderingTest } from 'ember-qunit';
// import { render } from '@ember/test-helpers';
// import hbs from 'htmlbars-inline-precompile';

// module('Integration | Component | doi types', function(hooks) {
//   setupRenderingTest(hooks);

//   test('it renders', async function(assert) {

//     // Template block usage:
//     await render(hbs`
//       {{#doi-types}}
//         template block text
//       {{/doi-types}}
//     `);

//     assert.dom('*').hasText('');
//   });
// });