From 535ef7473f2318a551f0fdc17aea19427623e1a0 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Thu, 26 Jan 2023 00:57:35 -0800 Subject: [PATCH] Fixed loading issues --- .vscode/settings.json | 7 ++++++- index.html | 6 ++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 29ec414..5faf2a0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "liveServer.settings.port": 5500 + "liveServer.settings.port": 5500, + "python.testing.pytestArgs": [ + "js" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true } \ No newline at end of file diff --git a/index.html b/index.html index 0c2c639..d47d418 100644 --- a/index.html +++ b/index.html @@ -29,12 +29,10 @@ - - + + - -