@sencha/cmd-linux-64
Version:
Productivity and performance optimization tool for building applications with Sencha Ext JS
18 lines (17 loc) • 323 B
Markdown
Running tests
- To run main unit test suite
```
npm run test
```
- To include code coverage (creates a `.coverage` folder in the root of the repo)
```
npm run coverage
```
- To run the [compatibility](./compat/Readme.md) tests
```
npm run compat
```
- To run all tests with code coverage
```
npm run compatCoverage
```