diff --git a/package.json b/package.json index 61e2e99..d7589c2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "lint": "eslint .", "prettier": "prettier --write .", "test": "NODE_OPTIONS=--experimental-vm-modules jest --config ./jest.config.cjs", - "test:file": "NODE_OPTIONS=--experimental-vm-modules jest --config ./jest.config.cjs plugins.test.tsx", "prepare": "npm run build", "prepublishOnly": "npm run test --passWithNoTests && npm run prettier && npm run lint", "prebuild": "rimraf dist"