generated from Seekra/repository-template
style: ensure newlines at the end of each file
This commit is contained in:
@@ -290,4 +290,4 @@ describe('Selection', () => {
|
||||
const label = wrapper.find('.label');
|
||||
expect(label.text()).toBe(translation);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -207,4 +207,4 @@ describe('SettingsInput', () => {
|
||||
const label = wrapper.find('label');
|
||||
expect(label.text()).toBe(translation);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -157,4 +157,4 @@ describe('SettingsPage', () => {
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -56,4 +56,4 @@ describe('SettingsPageLink', () => {
|
||||
|
||||
expect(goToSettingsPage).toHaveBeenCalledWith(target);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -122,4 +122,4 @@ describe('Switch', () => {
|
||||
const label = wrapper.find('label');
|
||||
expect(label.text()).toBe(translation);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user