1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: remove jest

This commit is contained in:
James Cook 2021-12-12 14:36:47 +00:00
parent d9a234bd7e
commit fbca63edd1

View file

@ -10,7 +10,7 @@
"prepare": "npm run build", "prepare": "npm run build",
"build": "tsc", "build": "tsc",
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src", "generateDocs": "pnpm typedoc --entryPointStrategy expand ./src",
"test": "jest" "test": "echo TEST"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",