Files
frontend-bootcamp/step2-04/README.md
2019-02-18 20:59:56 -08:00

12 lines
250 B
Markdown

# Step 2.4
Testing Typescript code with jest.
# Exercise
1. copy the generic `Stack<T>` code you have developed in Step 2.1
2. import the `Stack<T>` class into `stack.spec.ts`
3. Follow the instructions inside the file to complete the two tests