3 lines
110 B
Bash
3 lines
110 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Test runner script to avoid the "2" argument issue
|
||
|
|
./node_modules/.bin/vitest run --reporter=dot
|