From d0b68cb7ea5452a8def32c17f16eaa0d7d6229ac Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Mon, 6 Nov 2017 10:39:07 -0600 Subject: [PATCH] Identify tech and add link :link: --- docs/contributorsGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributorsGuide.md b/docs/contributorsGuide.md index f575f12..71bddfc 100644 --- a/docs/contributorsGuide.md +++ b/docs/contributorsGuide.md @@ -16,6 +16,8 @@ You can now type `solidarity` and it is running from the compiled TypeScript in > If you have problems, `solidarity` has a Solidarity file (SO META!). Just use the last stable version of the CLI from `npm` to check your environment. +The project is written in TypeScript and the tests are in Jest. [They were originally in Ava](https://shift.infinite.red/switching-from-ava-to-jest-for-typescript-a6dac7d1712f). + ### Updating Local Code Whenever you have modified the `/src` folder, you can run `yarn tsc` to compile the typescript into JS, and your global `solidarity` CLI will be updated.