File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ const taskData = require("../fixtures/tasks/tasks")();
20
20
const cookieName = config . get ( "userToken.cookieName" ) ;
21
21
const { expect } = chai ;
22
22
23
- // eslint-disable-next-line mocha/no-skipped-tests
24
23
describe ( "Test Progress Updates API for Tasks" , function ( ) {
25
24
afterEach ( async function ( ) {
26
25
await cleanDb ( ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ const userData = require("../fixtures/user/user")();
18
18
const cookieName = config . get ( "userToken.cookieName" ) ;
19
19
const { expect } = chai ;
20
20
21
- // eslint-disable-next-line mocha/no-skipped-tests
22
21
describe ( "Test Progress Updates API for Users" , function ( ) {
23
22
afterEach ( async function ( ) {
24
23
await cleanDb ( ) ;
You can’t perform that action at this time.
0 commit comments