Skip to content

scripts naming (testDB) #60

@LinaYahya

Description

@LinaYahya

It's totally fine to name scripts the way you want, But I think you can replace

"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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions