mirror of
https://github.com/publiclab/image-sequencer.git
synced 2026-01-04 14:40:18 +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:
@@ -7,7 +7,7 @@ describe('Intermediate step HTML', function() {
|
||||
beforeEach(()=>{
|
||||
intermediateHtmlStepUi = new IntermediateHtmlStepUi(sequencer);
|
||||
|
||||
spyOn(intermediateHtmlStepUi,'insertStep');
|
||||
spyOn(intermediateHtmlStepUi, 'insertStep');
|
||||
|
||||
intermediateHtmlStepUi.insertStep();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user