chore(frontend): Verwijder test-app stdio
This commit is contained in:
parent
6edb86507c
commit
57b74163be
1 changed files with 0 additions and 2 deletions
|
@ -18,13 +18,11 @@ export async function setup(): Promise<void> {
|
|||
// Precompile needed packages
|
||||
spawnSync("npx", ["tsc", "--build", "tsconfig.json"], {
|
||||
cwd: `../common`,
|
||||
stdio: "inherit",
|
||||
});
|
||||
|
||||
// Spin up the backend
|
||||
backendProcess = spawn("npx", ["tsx", "--env-file=.env.test", "tool/startTestApp.ts"], {
|
||||
cwd: `../backend`,
|
||||
stdio: "inherit",
|
||||
env: {
|
||||
...process.env,
|
||||
NODE_ENV: "test",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue