--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/server/bo_client/tests/unit/services/viaf-resolver-test.js Fri Jan 15 15:35:00 2016 +0100
@@ -0,0 +1,12 @@
+import { moduleFor, test } from 'ember-qunit';
+
+moduleFor('service:viaf-resolver', 'Unit | Service | viaf resolver', {
+ // Specify the other units that are required for this test.
+ // needs: ['service:foo']
+});
+
+// Replace this with your real tests.
+test('it exists', function(assert) {
+ let service = this.subject();
+ assert.ok(service);
+});