style: fix linting issues met Prettier
This commit is contained in:
parent
906eb36fec
commit
6017d9c54f
4 changed files with 12 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
import { spawn } from "child_process";
|
||||
import { ChildProcess, spawnSync } from 'node:child_process';
|
||||
import { ChildProcess, spawnSync } from "node:child_process";
|
||||
|
||||
let backendProcess: ChildProcess;
|
||||
|
||||
|
@ -27,8 +27,8 @@ export async function setup(): Promise<void> {
|
|||
stdio: "inherit",
|
||||
env: {
|
||||
...process.env,
|
||||
NODE_ENV: 'test',
|
||||
}
|
||||
NODE_ENV: "test",
|
||||
},
|
||||
});
|
||||
|
||||
// Wait until you can curl the backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue