wyeworks/ember-qunit-nice-errors

View on GitHub
node-tests/fixtures/original/integration/basic/unit/unit-ok-test.js

Summary

Maintainability
A
0 mins
Test Coverage
import { testHelper } from 'shell/helpers/test-helper';
import { module, test } from 'qunit';

module('Unit | Helper | test helper');

//Replace this with your real tests.
test('it works', function(assert) {
  assert.ok(true);
  assert.ok(false);
});