From af707655bc1bc5e6a1ec34288a10ba0eeeb9733a Mon Sep 17 00:00:00 2001 From: Hackathon 2 Date: Sat, 14 Oct 2023 14:02:32 -0500 Subject: [PATCH] trying test runner --- .devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 638f234..551940b 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -53,7 +53,8 @@ "ms-python.pylint", "ms-python.mypy-type-checker", "matangover.mypy", - "ms-toolsai.jupyter" + "ms-toolsai.jupyter", + "firsttris.vscode-jest-runner" ] } }