From afb227489104012b97831b7f0c04f8007674015f Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Fri, 10 May 2024 08:36:55 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2fc905f..687c706 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "coveralls": "*", "eslint": "^8.13", "jsdom": "*", - "qunit": "^2.4" + "jest": "*" }, "scripts": { - "test": "qunit" + "test": "jest" } }