Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 488 Bytes

Examples

This directory contains a series of self-contained examples that you can use as starting points for your application's tests:

  • expect-body - A basic example to test the returned body is as expected.
  • repeated-assertions - A example of how to use repeated assertions on the same Oak Application object.
  • nested-assertions - A example of how to use nested assertions on the same Oak Application object.