Notification revamp #1893
Annotations
2 errors
tests/unit/alert.spec.js > createAlert function > should call createAlert on the singleton AlertController instance:
tests/unit/alert.spec.js#L78
AssertionError: expected "createAlert" to be called with arguments: [ Array(3) ]
Received:
1st createAlert call:
Array [
"info",
"Singleton Alert",
undefined,
+ undefined,
+ undefined,
]
Number of calls: 1
❯ tests/unit/alert.spec.js:78:32
|
Run linters
Process completed with exit code 1.
|