]> git.gir.st - VimFx.git/commit
Fix tests in Firefox Nightly
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 4 Dec 2016 14:48:04 +0000 (15:48 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 4 Dec 2016 14:48:04 +0000 (15:48 +0100)
commit58deb3f7b7c470a4d705f1dabf7aa13e095e8d09
treeffd2b6224dab223c06327fffdaa4516f8e56787d
parentd0d04fc44572635d5b9302a90cf219f52b618841
Fix tests in Firefox Nightly

Firefox have either moved the Assert.jsm module, or stopped exposing it.
I'm tired of that happening (it's not the first time), so I decided to
implement the small part of Assert.jsm that was actually used in VimFx's
test on my own. On the upside, this resulted in nicer error messages
when tests fail.
extension/lib/utils.coffee
extension/test/assert.coffee [new file with mode: 0644]
extension/test/index.coffee
extension/test/test-api-frame.coffee
extension/test/test-api.coffee
extension/test/test-legacy.coffee
extension/test/test-parse-prefs.coffee
extension/test/test-utils.coffee
extension/test/utils.coffee
Imprint / Impressum