Get contributions from minted events (WIP)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { moduleFor, test } from 'ember-qunit';
|
||||
// import schemas from 'npm:kosmos-schemas';
|
||||
// import tv4 from 'npm:tv4';
|
||||
|
||||
moduleFor('model:contribution', 'Unit | Model | contribution', {
|
||||
// Specify the other units that are required for this test.
|
||||
needs: []
|
||||
});
|
||||
|
||||
test('it exists', function(assert) {
|
||||
let model = this.subject();
|
||||
// let store = this.store();
|
||||
assert.ok(!!model);
|
||||
});
|
||||
Reference in New Issue
Block a user