mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
250 B
250 B
Step 2.4
Testing Typescript code with jest.
Exercise
-
copy the generic
Stack<T>code you have developed in Step 2.1 -
import the
Stack<T>class intostack.spec.ts -
Follow the instructions inside the file to complete the two tests