You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve unit-test coverage of functions and methods in src/data/ConstrData.js
Start by analyzing the content of src/data/ConstrData.js.
Then create a file called src/data/ConstrData.test.js, and create boilerplate code similar to src/data/IntData.test.js, using the "node:test" and "node:assert" libraries for the unit-tests.
Create a unit test specifically for ConstrData.memSize
The text was updated successfully, but these errors were encountered:
Improve unit-test coverage of functions and methods in
src/data/ConstrData.js
Start by analyzing the content of
src/data/ConstrData.js
.Then create a file called
src/data/ConstrData.test.js
, and create boilerplate code similar tosrc/data/IntData.test.js
, using the "node:test" and "node:assert" libraries for the unit-tests.Create a unit test specifically for ConstrData.memSize
The text was updated successfully, but these errors were encountered: