mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
added small exercise for jest testing
This commit is contained in:
11
step2-04/README.md
Normal file
11
step2-04/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user