NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/gl-matrix/TESTING.md

11 lines
333 B
Markdown
Raw Normal View History

2023-09-14 14:47:11 +08:00
Running the test suite
=======================
The unit tests are built upon the following tools:
* Jasmine -- the underlying test suite which executes the test and reports feedback
* node.js -- used for testing at the command line, via the `jasmine-node` package
To run the unit tests run the following command:
npm run test