Skip to content

Commit

Permalink
delete useless files and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent-Bouisset committed Jun 4, 2024
1 parent c5b2c44 commit abc6a78
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 466 deletions.
2 changes: 1 addition & 1 deletion tests/integration/globalSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import TestContentServer from "../contents/server.mjs";
export default () => {
// Start the server content prior to unit tests
const CONTENT_SERVER_PORT = 3000;
const testContentServer = TestContentServer(CONTENT_SERVER_PORT);
TestContentServer(CONTENT_SERVER_PORT);
};
125 changes: 0 additions & 125 deletions tests/integration/run.mjs

This file was deleted.

191 changes: 0 additions & 191 deletions tests/integration/run_vitest.mjs

This file was deleted.

Loading

0 comments on commit abc6a78

Please sign in to comment.