From acba8af5f4934363bc7f228e665526c6af7b6aca Mon Sep 17 00:00:00 2001 From: King David Martins Date: Sun, 28 Jan 2018 14:48:10 -0500 Subject: [PATCH] Update CONTRIBUTING.md Fix typo Replace `npm run tdd` with `npm run tester` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 026cf9b05..a44c16ba7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Here's what you can do to help: - You can start creating a new snippet, by using the [snippet template](snippet-template.md) to format your snippets. ### Writing tests -- Before writing any tests run `npm run tdd` script. It will update test directory to include new snippets as well as update old ones if needed. +- Before writing any tests run `npm run tester` script. It will update test directory to include new snippets as well as update old ones if needed. - **DO NOT MODIFY THE snippetName.js files** under test directory. - We are using [tape](https://github.com/substack/tape) for testing. - Write tests under `snippetName.test.js` file. If you have trouble doing so, check out tests of other snippets.