mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
no log: Move setup file to src folder
This commit is contained in:
parent
85e4796e0b
commit
1106f78ec1
3 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ export const AllProviders: FunctionComponent = ({ children }) => {
|
|||
<ModalsProvider>
|
||||
<NotificationsProvider limit={5}>
|
||||
<Router>
|
||||
{/* c8 ignore next 3 */}
|
||||
{Environment.queryDev && (
|
||||
<ReactQueryDevtools initialIsOpen={false} />
|
||||
)}
|
||||
|
|
|
@ -50,7 +50,7 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
setupFiles: "./test/setup.ts",
|
||||
setupFiles: "./src/tests/setup.ts",
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
|
|
Loading…
Reference in a new issue