feat: Allow testing of single spec modules (#11409)

* 🔧 ES6 for the spec

* 👷 Allow testing of single modules

* ❤️ Implement feedback

* 📝 Add a testing doc

* 📝 Link to it

* 📝 Cleanup
This commit is contained in:
Felix Rieseberg
2017-12-28 12:18:33 +01:00
committed by shelley vohr
parent a161f6e368
commit 5f4b62b6c8
4 changed files with 101 additions and 52 deletions

View File

@@ -96,6 +96,7 @@ an issue:
* [Coding Style](development/coding-style.md)
* [Using clang-format on C++ Code](development/clang-format.md)
* [Testing](development/testing.md)
* [Source Code Directory Structure](development/source-code-directory-structure.md)
* [Technical Differences to NW.js (formerly node-webkit)](development/atom-shell-vs-node-webkit.md)
* [Build System Overview](development/build-system-overview.md)