-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
It's totally fine to name scripts the way you want, But I think you can replace
Line 7 in ce45315
| "testDB": "cross-env NODE_ENV=test jest ./__test__/db.test.js", |
to
"test:db": "cross-env NODE_ENV=test jest ./__test__/db.test.js", the second way is more popular
Reactions are currently unavailable