The Wayback Machine - https://web.archive.org/web/20200829112611/https://github.com/topics/assertion
Skip to content
#

assertion

Here are 70 public repositories matching this topic...

k4m4
k4m4 commented Nov 16, 2019
  • It would make sense (and greatly improve the 'testing flow') if .exists, .is, and .each could be chained to the .expr function:
await freddo('https://api.example.com')
      .status(200)
      .expr('.total_count').exists()
      .expr('.incomplete_results').is('boolean')
      .expr('.items.node_id').each(validator.isBase64)
      .ensure()

Improve this page

Add a description, image, and links to the assertion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assertion topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.