Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve test-coverage of ConstrData #6

Open
christianschmitz opened this issue Dec 10, 2024 · 1 comment
Open

Improve test-coverage of ConstrData #6

christianschmitz opened this issue Dec 10, 2024 · 1 comment
Assignees

Comments

@christianschmitz
Copy link
Contributor

christianschmitz commented Dec 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment