Skip to content

Commit 96ce841

Browse files
make versions test concurrent
1 parent 15e1b02 commit 96ce841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/versions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jest.setTimeout(500_000);
1717

1818
for (const version of versions) {
1919
for (const username of usernames) {
20-
test(`running on version ${version} with username ${username}`, async () => {
20+
test.concurrent(`running on version ${version} with username ${username}`, async () => {
2121
Error.stackTraceLimit = Infinity
2222
const options: ServerOptions = {
2323
version,

0 commit comments

Comments
 (0)