From c40dae221466aaa2527b127c94c5e655f9103f91 Mon Sep 17 00:00:00 2001 From: Christopher Edwards <66543275+chedwards492@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:28:11 -0700 Subject: [PATCH] Update package.json - file rename --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a4345f..d1b66d9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "scripts": { "test": "jest --maxWorkers=1 testing/puppeteer.test.js", - "test-unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=jsdom.config.json testing/sum.test.js" + "test-unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=jsdom.config.json testing/unit.test.js" }, "type": "module", "jest": {