Skip to content

Commit abc6a78

Browse files
delete useless files and lint
1 parent c5b2c44 commit abc6a78

File tree

5 files changed

+36
-466
lines changed

5 files changed

+36
-466
lines changed

tests/integration/globalSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import TestContentServer from "../contents/server.mjs";
55
export default () => {
66
// Start the server content prior to unit tests
77
const CONTENT_SERVER_PORT = 3000;
8-
const testContentServer = TestContentServer(CONTENT_SERVER_PORT);
8+
TestContentServer(CONTENT_SERVER_PORT);
99
};

tests/integration/run.mjs

Lines changed: 0 additions & 125 deletions
This file was deleted.

tests/integration/run_vitest.mjs

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)