From d95f590113ecabc2a058f96321e4507df99c382d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fran=C3=A7ois=20GUILLEM?= Date: Thu, 17 Aug 2017 11:31:07 +0200 Subject: [PATCH] Add link to the article that make it all possible --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 572706e..e5d5185 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This repository contains a template that can be used to create a new client-side Testing, using continuous integration and getting code coverage is somehow difficult in general but when you write a library that can only be tested in a browser, it is especially painful! It took us days to figure out how to do this correctly and we hope this repository will help some people save time and energy. +Our framework is largely inspired from [this blog post](https://blog.engineyard.com/2015/measuring-clientside-javascript-test-coverage-with-istanbul). + ## Create a new library We assume you have a working installation of `node` and `npm`.