This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Absolutely ✅ — since you’re going with the **Mocha + Chai + Sinon + NYC** stack, I can rewrite the Copilot Markdown instructions to reflect that. This version will focus on **unit testing using Mocha as the test runner, Chai for assertions, Sinon for mocks/stubs/spies, and NYC for coverage**. | |
Here’s the updated Markdown file: | |
--- | |
````markdown | |
# 🧪 GitHub Copilot Custom Instructions — Unit Testing (Node.js with Mocha, Chai, Sinon, NYC) | |
These guidelines instruct GitHub Copilot on how to generate **unit tests** for this Node.js project using **Mocha**, **Chai**, **Sinon**, and **NYC**. |