Find Chai Spies Examples and Templates
Use this online chai-spies playground to view and fork chai-spies example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

class-employee-manager-long-practiceNow that you've learned about class syntax, commonJs modules, and reading test specs, it's time to bring these skills together! In this practice, you will: 1. Create and use JavaScript ES6 classes 2. Use inheritance to create a child of a parent class 3. Use polymorphism to overwrite/override an inherited method 4. Use commonJS modules to import/export your code