From 8a8a4f59c5a70fb91ec1cb17e529bd985b6af8c5 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 3 Jun 2024 16:48:03 +0000 Subject: [PATCH] Break overly long line in README into 2 lines. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5caf7c..dd460db 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,8 @@ module.exports = { }]; } ``` -To specifically test only the implementations in `localConfig.cjs`, change `settings.testAllImplementations` to `false`. +To specifically test only the implementations in `localConfig.cjs`, change +`settings.testAllImplementations` to `false`. ### Running Specific Tests This suite uses [mocha.js](https://mochajs.org) as the test runner.