This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/tests/unit/views/application-test.js
2015-03-18 13:49:36 -08:00

12 lines
211 B
JavaScript

import {
moduleFor,
test
} from 'ember-qunit';
moduleFor('view:application');
// Replace this with your real tests.
test('it exists', function(assert) {
var view = this.subject();
assert.ok(view);
});