diaspora/spec/javascripts
Benjamin Neff 11107ee637
Fix chrome parameters for running jasmine
Yes, I know this is a very ugly workaround, but it works ...

Chrome now requires to add `about:blank` as parameter to open and be
able to use remote debugging. The jasmine-gem isn't supported anymore,
and we need to switch to the `jasmine-browser-runner`, I was working on
that a few months ago, but ran into problems.

As the jasmine-gem doesn't allow to add parameters without `--` infront
of it, lets just add a dummy parameter and add the required
`about:blank` with a space after that. This is ugly, but works for now,
until we can upgrade to the new jasmine version. We could also just
replace the `nil` of the last parameter with that value, but I think
that way it's clearer that this is a workaround and how it works.
2023-06-04 17:10:51 +02:00
..
app Show ports on pods list 2022-10-31 01:45:13 +01:00
helpers Fix more order-dependent jasmine specs 2022-06-19 17:22:59 +02:00
jasmine_helpers Remove the JSXC/Prosody integration. 2019-10-18 23:14:14 +02:00
lib Replace textchange with native input event 2022-07-17 22:49:29 +03:00
mobile Add more closing tags to fix specs 2021-06-27 22:23:22 +02:00
support Fix chrome parameters for running jasmine 2023-06-04 17:10:51 +02:00
bookmarklet-spec.js Very minor changes of some JS files 2015-07-08 19:09:08 +02:00
diaspora-spec.js JSHint unused and undefined variables 2015-02-08 23:41:32 +01:00
onerror-fail.js Force jasmine fails on syntax errors 2016-11-15 22:50:17 +01:00
osmlocator-spec.js JSHint eqeqeq 2015-02-08 23:41:32 +01:00
rails-spec.js JSHint semicolon errors 2015-02-08 23:41:31 +01:00
search-spec.js JSHint unused and undefined variables 2015-02-08 23:41:32 +01:00