mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Tag server impl
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user