mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 03:40:03 +01:00
Eslint operator spacing config (#1109)
* Eslint operator spacing config * consistent spacing after comma * comma styling config * Trailing spaces config
This commit is contained in:
@@ -24,7 +24,7 @@ test('Notify function works for all three UIs', function (t) {
|
||||
console.log = oldLog;
|
||||
return result;
|
||||
}
|
||||
t.equal(doesLogMessage(UserInterface().notify, 'Test Message'),true,'Default notify() produces correct output');
|
||||
t.equal(doesLogMessage(UserInterface().notify, 'Test Message'), true, 'Default notify() produces correct output');
|
||||
sequencer.setUI(DefaultHtmlStepUi(sequencer));
|
||||
t.equal(typeof sequencer.events.notify, 'function', 'Html UI contains notify function');
|
||||
t.end();
|
||||
|
||||
Reference in New Issue
Block a user