challenge ctci-random-note

This commit is contained in:
Lorenzo Iovino 2024-01-25 18:44:05 +01:00
parent 3b7d0b4574
commit 4ef3e01ab5
5 changed files with 61 additions and 2 deletions

View file

@ -9,7 +9,9 @@
"build+start": "npm run build && npm run start",
"build:watch": "tsc -w -p tsconfig.json",
"test:watch": "node --import tsx --test --watch **/**/*.spec.ts",
"test": "node --import tsx --test **/**/*.spec.ts"
"test:watch:only": "node --import tsx --test --test-only --watch **/**/*.spec.ts",
"test": "node --import tsx --test **/**/*.spec.ts",
"test:only": "node --import tsx --test --test-only **/**/*.spec.ts"
},
"author": "",
"license": "ISC",