ptomato / jasmine-gjs

Jasmine for GJS
MIT License
20 stars 8 forks source link

Should support passing different executable to jasmine-runner subprocess #14

Closed ptomato closed 4 years ago

ptomato commented 8 years ago

Gnome Shell, for example, needs to run its JS tests with a custom executable that links certain libraries before calling into GJS. See: https://github.com/GNOME/gnome-shell/blob/master/src/run-js-test.c

This currently isn't supported by our jasmine-runner setup.