generated from Seekra/repository-template
style: remove unnecessary semicolons after blocks
This commit is contained in:
@@ -71,7 +71,7 @@ describe('Selection', () => {
|
||||
expect(input.attributes('name')).toBe('selection');
|
||||
|
||||
expect(input.element.matches(':checked')).toBe(false);
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
test('shows value from store', () => {
|
||||
|
||||
Reference in New Issue
Block a user