End randIntWithout test case with t.end()

This commit is contained in:
Joke Book 2020-05-07 16:38:45 +01:00
parent 8700a70262
commit 15d97ccaa7

View file

@ -65,4 +65,6 @@ test('inclusiveRandIntWithout', t => {
t.strictEqual(withRandomValue(3 / 4, 10, 14, 10), 14);
t.strictEqual(withRandomValue(0 / 4, 10, 14, 10), 11);
t.end();
});