3 lines
137 B
Bash
3 lines
137 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Run all intelligent verb scoring tests
|
||
|
|
./node_modules/.bin/vitest run tests/intelligent-verb-scoring.test.ts --reporter=dot
|