---
layout: default
permalink: /how-to/
---
How To articles
This is a collection of how to articles for common scenarious using Sinon.JS.
{% assign sorted_articles = site.howto | sort %}
{% for article in sorted_articles %}
- {{ article.title }}
{% endfor %}
Related libraries
Articles elsewhere on the web