UNPKG

148 BJavaScriptView Raw
1import { module, test } from 'qunit';
2
3module('Unit | index', () => {
4 test('nothing to test', (assert) => {
5 assert.ok(true);
6 });
7});