User tests: Successful: Unsuccessful:
The current tests are useless (they dont fail) and make it hard to debug failing tests.
expect($("#system-message-container")).toBeEmpty();
use expect($("#system-message-container")).not.toBeEmpty();
in calendar/spec.js line 205working tests
useless tests
@astridx
https://docs.joomla.org/JavaScript_Tests_for_Joomla4 (code sample also has the error)
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Unit Tests |
I fetched this branch and run the tests via
node_modules/karma/bin/karma start karma.conf.js --single-run > log.log
No error in the log.log
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-08 17:35:15 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
?
|
@rdeutz are you around the green merge button?