From 1a5ebb7a2fdaf353e27f3d13459dbe68ffc2c287 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sat, 31 Dec 2022 15:26:36 -0800 Subject: [PATCH] Spelling --- config/jest.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jest.unit.js b/config/jest.unit.js index 72e61059..33cd86ac 100644 --- a/config/jest.unit.js +++ b/config/jest.unit.js @@ -8,7 +8,7 @@ module.exports = { "dist", // TODO: Add these as we can... "/packages/webamp/", - // TODO: Fix config improt so that this can work. + // TODO: Fix config import so that this can work. "/packages/webamp-modern/src/__tests__/integration*", ], testEnvironment: "jsdom",