mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Jasmine[0] is a popular testing framework for javascript, which gjs itself has used in a heavily customized form for its own unit tests for years. It's far superior to the very rudimentary `jsUnit` module that is still included with gjs, and the jasmine-gjs project provides a general-purpose wrapper for gjs apps. Set up the necessary build infrastructure to run unit tests through jasmine. That allows for existing unit tests to be ported one-by-one. [0] https://jasmine.github.io/index.html Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3164> |
||
|---|---|---|
| .. | ||
| .eslintrc.yml | ||
| highlighter.js | ||
| injectionManager.js | ||
| insertSorted.js | ||
| jsParse.js | ||
| markup.js | ||
| params.js | ||
| signalTracker.js | ||
| url.js | ||
| versionCompare.js | ||