Skip to content

Commit 950057e

Browse files
authored
Update userRoutes.test.mjs
1 parent c37c64e commit 950057e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/userRoutes.test.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import path from 'path';
77
import { fileURLToPath } from 'url';
88
const __filename = fileURLToPath(import.meta.url);
99
const __dirname = path.dirname(__filename);
10-
1110
chai.use(chaiHttp);
1211
const { expect } = chai;
1312

@@ -215,4 +214,4 @@ describe('User API', () => {
215214
server.close();
216215
}
217216
});
218-
});
217+
});

0 commit comments

Comments
 (0)