mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 15:01:09 +08:00
linting
This commit is contained in:
@@ -145,7 +145,7 @@ describe('services.CommentsService', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe.only('#edit', () => {
|
||||
describe('#edit', () => {
|
||||
it('changes the comment status back to premod if it was accepted', async () => {
|
||||
const originalComment = await CommentsService.publicCreate({
|
||||
body: 'this is a body!',
|
||||
|
||||
Reference in New Issue
Block a user