Tag server impl

This commit is contained in:
Wyatt Johnson
2017-05-19 12:23:53 -06:00
parent 132b0a854d
commit 8f219c47a7
10 changed files with 209 additions and 80 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ describe('graph.mutations.addTag', () => {
let comment, asset;
beforeEach(async () => {
await SettingsService.init();
asset = new AssetModel({url: 'http://new.test.com/'});
await asset.save();