Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 433 Bytes

Assertion.md

File metadata and controls

15 lines (12 loc) · 433 Bytes
title aliases tags public date
Assertion
Assertion library
testing
true
2021-04-13

Assertion

It provides the ability to write code in test to check expected value and output value (the result of phase Act from Arrange-Act-Assert).

This functionality can be a part of the testing framework (example - JestJS) or can be independent library like Chai.js