one icon indicating copy to clipboard operation
one copied to clipboard

[dev] add `server-only` tests

Open zetavg opened this issue 10 months ago • 2 comments

Related to #363.

Not working since the beforeAll hook will run for every test file and the second test file will fail due to

 FAIL  tests/server-only.test.ts [ tests/server-only.test.ts ]
Error: Port 3111 is already in use, please check if other processes are listening on this port (lsof -i:3111) and stop them, as they might interfere with the tests

zetavg avatar Jan 05 '25 16:01 zetavg