mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
adding bonus content for jest
This commit is contained in:
17
bonus-jest/exercise/README.md
Normal file
17
bonus-jest/exercise/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Bonus: Testing TypeScript code with Jest (Exercise)
|
||||
|
||||
[Lessons](../) | [Exercise](./exercise/) | [Demo](./demo/)
|
||||
|
||||
Start the test runner by running `npm test` in the root of the `frontend-bootcamp` folder.
|
||||
|
||||
## Basic testing
|
||||
|
||||
1. Look at `exercise/src/stack.ts` for a sample implementation of a stack
|
||||
|
||||
2. Follow the instructions inside `stack.spec.ts` file to complete the two tests
|
||||
|
||||
## Enzyme Testing
|
||||
|
||||
1. Open up `exercise/src/TestMe.spec.tsx`
|
||||
|
||||
2. Fill in the test using Enzyme concepts introduced in the demo
|
||||
Reference in New Issue
Block a user