Skip to content

add tests to basicAssessment

Michiya requested to merge addToBasicAssessment into master

Feature Merge Request

Related Issue

part3 (of 3): resolves #45 (closed)

This MR originated from another MR: !31 (closed)

Description of Feature

Add missing tests for code branches, as highlighted in our code coverage web tool. Examples of missing tests include else cases of some if conditionals, cases in which require or assert conditions are not met, etc.

Related Tasks

  • add to test/minter.js
  • add to test/stealStake.js

Edited by Michiya

Merge request reports