style: fix linting issues met Prettier
This commit is contained in:
parent
087215c4fd
commit
8c338d8d56
3 changed files with 14 additions and 14 deletions
|
@ -10,7 +10,7 @@ export default mergeConfig(
|
|||
exclude: [...configDefaults.exclude, "e2e/**"],
|
||||
root: fileURLToPath(new URL("./", import.meta.url)),
|
||||
// Startup the backend server, because it is needed for some tests
|
||||
globalSetup: [ "./tests/setup-backend.ts" ]
|
||||
globalSetup: ["./tests/setup-backend.ts"],
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue