From 4ae5ece7aafd3d6c0bab34ee5cdb7e003f3e4ad3 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Wed, 21 Nov 2018 11:40:37 -0500 Subject: [PATCH] add example repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e19ae8c..143bfc2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ npm i -D karmatic } ``` -... now you can run your tests using `npm t`. +... now you can run your tests using `npm t`. Here's a [minimal example repo](https://gist.github.com/developit/acd8a075350eeb6574439e92888c50cf). ### Test File Patterns