You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,17 @@ This boilerplate comes with a collection of npm scripts to make your life easier
82
82
-`dev`: Run the application in development mode
83
83
-`start` Run the application in production mode (prefer not to do that in development)
84
84
-`test`: Run the test suite
85
-
-`coverage`: Run the test suite and generate code coverage, the output will be on `coverage` folder
85
+
-`test:unit`: Run only the unit tests
86
+
-`test:features`: Run only the features tests
87
+
-`coverage`: Run only the unit tests and generate code coverage for them, the output will be on `coverage` folder
86
88
-`lint`: Lint the codebase
87
89
-`sequelize`: Alias to the [Sequelize CLI](https://github.com/sequelize/cli)
88
90
-`console`: Open the built-in console, you can access the DI container through the `container` variable once it's open, the console is promise-friendly. Click [here](https://github.com/talyssonoc/node-api-boilerplate/wiki/Application-console) to know more about the built-in console
89
91
-`cleanup`: Removes the files from the example application
0 commit comments