mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
Convert event forms to be partially embery.
This commit is contained in:
12
tests/unit/mixins/set-time-mixin-test.js
Normal file
12
tests/unit/mixins/set-time-mixin-test.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Ember from "ember";
|
||||
import SetTimeMixinMixin from "pyrigs/mixins/set-time-mixin";
|
||||
import {module, test} from "qunit";
|
||||
|
||||
module('Unit | Mixin | set time mixin');
|
||||
|
||||
// Replace this with your real tests.
|
||||
test('it works', function (assert) {
|
||||
let SetTimeMixinObject = Ember.Object.extend(SetTimeMixinMixin);
|
||||
let subject = SetTimeMixinObject.create();
|
||||
assert.ok(subject);
|
||||
});
|
||||
Reference in New Issue
Block a user