Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 327 Bytes

20220506_remove_unit_tests.md

File metadata and controls

7 lines (5 loc) · 327 Bytes

Remove deprecated unit tests

The adapter unit tests have been deprecated for quite a while. If you're not using custom unit tests, you can remove the test script from your adapter. To do so, delete the file test/unit.js and the following line from package.json:

-     "test:unit": "mocha test/unit --exit",