Skip to content

Jasmine GJS 2.3.0

Compare
Choose a tag to compare
@ptomato ptomato released this 26 Aug 06:32
· 50 commits to master since this release
  • Added a --debug command line flag which will run the tests under GDB or the debugger of your choice.
  • Added an --interpreter command line flag which allows using a different interpreter than whichever copy of gjs is in your path.
  • Fixed several bugs around the loading of spec files.
  • Improved error messages.
  • Jasmine GJS now depends on GJS 1.58.0.
  • The internal copy of the Jasmine library has been updated to 2.3.0, which brings:
    • done.fail() for asynchronous specs.
    • toContain() can be used for finding substrings.
    • toThrow() can be used to check that a particular value was thrown.
  • Thanks to Niv Sardi, Bart Libert and Andy Holmes for contributing.