fix: test formatting

This commit is contained in:
StevanFreeborn
2023-02-01 23:48:36 -06:00
parent e6cde7fbe7
commit f060c7d849
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {
"format": "npx prettier --write .", "format": "pretty-quick",
"build": "npm run tests && tsc", "build": "npm run tests && tsc",
"tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts", "tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
"test": "mocha -r ts-node/register", "test": "mocha -r ts-node/register",