paralleldrive / riteway

Simple, readable, helpful unit tests.
MIT License
1.15k stars 35 forks source link

Minor syntax error in README #339

Closed ghost closed 1 year ago

ghost commented 1 year ago

"test": "riteway -r @babel/register 'src/**/*.test.js' | tap-nirvana", I think should be: "test": "riteway -r @babel/register src/**/*.test.js | tap-nirvana", omitting the inside quotation marks surrounding src/**/*.test.js

ericelliott commented 1 year ago

What makes you think this is an error?