Start the test runner by running npm test
in the root of the frontend-bootcamp
folder.
Look at exercise/src/stack.ts
for a sample implementation of a stack
Follow the instructions inside stack.spec.ts
file to complete the two tests
Open up exercise/src/TestMe.spec.tsx
Fill in the test using Enzyme concepts introduced in the demo
npm testin the command line.