Load community funds balances from mainnet Gnosis Safe
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { module, test } from 'qunit';
|
||||
import { setupTest } from 'ember-qunit';
|
||||
|
||||
module('Unit | Service | community-funds', function(hooks) {
|
||||
setupTest(hooks);
|
||||
|
||||
// Replace this with your real tests.
|
||||
test('it exists', function(assert) {
|
||||
let service = this.owner.lookup('service:community-funds');
|
||||
assert.ok(service);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user