diff --git a/package.json b/package.json index 1e7e771..636256d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "url": "https://www.patreon.com/tshemsedinov" }, "scripts": { - "test": "npm run lint && npm run types && metatests test/", + "test": "npm run lint && npm run types && node --test", "types": "tsc -p tsconfig.json", "lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"", "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""