Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 0c36ffa

Browse files
committed
test(tests): adapted it after refactoring the core file
1 parent ce10b0b commit 0c36ffa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
const request = require('supertest');
2-
const app = require('../dist/utils.js');
2+
const app = require('../dist/core');
3+
4+
(async () => {
5+
await app.init();
6+
})();
37

48
describe('Test the root path', () => {
59
test('It should response the GET method', async () => {

0 commit comments

Comments
 (0)