mirror of
https://github.com/tale/headplane.git
synced 2026-08-28 07:57:03 +00:00
chore: format everything with oxfmt
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { getBootstrapClient, HS_VERSIONS, stopAllVersions } from './env';
|
||||
import { getBootstrapClient, HS_VERSIONS, stopAllVersions } from "./env";
|
||||
|
||||
export async function setup() {
|
||||
for (const version of HS_VERSIONS) {
|
||||
await getBootstrapClient(version);
|
||||
}
|
||||
for (const version of HS_VERSIONS) {
|
||||
await getBootstrapClient(version);
|
||||
}
|
||||
}
|
||||
|
||||
export async function teardown() {
|
||||
await stopAllVersions();
|
||||
await stopAllVersions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user