diff --git a/package.json b/package.json index d1b66d9..cd5a52f 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/unit.test.js" + "test-unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=testing/jsdom.config.json unit.test.js" }, "type": "module", "jest": { diff --git a/jsdom.config.json b/testing/jsdom.config.json similarity index 100% rename from jsdom.config.json rename to testing/jsdom.config.json