mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 05:52:32 +08:00
Fixed linting error
This commit is contained in:
@@ -19,7 +19,7 @@ const settings = {id: '1', moderation: 'pre'};
|
||||
|
||||
describe('/api/v1/comments', () => {
|
||||
|
||||
describe.only('#get', () => {
|
||||
describe('#get', () => {
|
||||
const comments = [{
|
||||
body: 'comment 10',
|
||||
asset_id: 'asset',
|
||||
|
||||
Reference in New Issue
Block a user