From 6266196f020253436ad57870d2174814e56a8d4e Mon Sep 17 00:00:00 2001 From: BraydonKains Date: Thu, 1 Jul 2021 22:36:31 -0400 Subject: [PATCH] README update, but even BETTER this time --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57ae87a..f8ae8a1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ `js-test` is a minimal JavaScript test runner. The aim of this library is to enable JavaScript developers to write test code in very plain JavaScript. To write test files with this language all one needs to do is: 1. Export functions whose names start with the word "test" 2. Name the file to match the format `*.test.{js,cjs,mjs}` + Then running `js-test` will run all the test files it can find in your project. ## Future Plans