ibm-granite-community / pm

Granite Community Project Management
0 stars 0 forks source link

[4.1.7:2a] Unit tests for JavaScript functions and classes #57

Open fayvor opened 3 months ago

fayvor commented 3 months ago
  1. User: Inputs JavaScript code (or selects it in an IDE plugin, when available) code for which the unit tests are needed and specifies where to write the tests (recipe only) and which unit test libraries to use.
  2. System: Returns or writes to files the unit test code with “test doubles” for dependencies that are outside the selected source code.