test: consolidate unit tests (#9588)
All mocha tests have been migrated to Jest tests. Closes #9564
This commit is contained in:
@@ -27,8 +27,7 @@ Script name | Description
|
||||
Script name | Description
|
||||
--- | ---
|
||||
`test` | Run unit tests in Node, run Cypress end-to-end tests, and run ESLint in errors-only mode.
|
||||
`just-test-in-node` | Run Mocha unit tests in Node.
|
||||
`test:unit-jest` | Run Jest unit tests in Node.
|
||||
`test:unit` | Run Jest unit tests in Node.
|
||||
`e2e` | Run end-to-end tests (requires JDK and Selenium).
|
||||
`e2e-cypress` | Run end-to-end browser tests with Cypress.
|
||||
`dev-e2e-cypress` | Dev mode, open Cypress runner and manually select tests to run.
|
||||
|
||||
Reference in New Issue
Block a user