diff --git a/.vscode/settings.json b/.vscode/settings.json index 30001442f..f7f07886a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -62,7 +62,14 @@ "eslint.workingDirectories": ["./frontend/"], // Jest // ----------------------------- - "jest.pathToJest": "yarn test:watch", + "jest.rootPath": "./frontend/src", + "jest.jestCommandLine": "yarn jest --runInBand", + "jest.monitorLongRun": "off", + "jest.enable": true, + "jest.runMode": { + "type": "on-demand", + "coverage": true + }, // HTML, CSS, JSON // ----------------------------- "[html]": { @@ -78,9 +85,6 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "python.analysis.extraPaths": ["backend/venv/bin/python"], - "jest.rootPath": "./frontend/src", - "jest.jestCommandLine": "yarn test", "python.testing.pytestEnabled": true, - "python.testing.pytestArgs": ["backend/"], - "jest.monitorLongRun": "off" + "python.testing.pytestArgs": ["backend"] } diff --git a/frontend/public/index.html b/frontend/index.html similarity index 86% rename from frontend/public/index.html rename to frontend/index.html index 64941a825..a226bd159 100644 --- a/frontend/public/index.html +++ b/frontend/index.html @@ -1,18 +1,18 @@ - + - + - + - +