dkarter / jest_quickstart

πŸƒ A quickstart repo for VanillaJS + Jest (used in teaching TDD)

Repository from Github https://github.comdkarter/jest_quickstartRepository from Github https://github.comdkarter/jest_quickstart

Jest QuickStart

This is a repo used in teaching. It provides a quick way to get started with Vanilla JavaScript and Jest.

Getting Started

I recommend creating your own copy of this repo, so that you can practice committing changes as you go:

Clone the repo:

git clone git://github.com:<username>/jest_quickstart.git

Install packages:

cd jest_quickstart/
npm install

Run your first test:

npm test

About

πŸƒ A quickstart repo for VanillaJS + Jest (used in teaching TDD)


Languages

Language:JavaScript 100.0%