generated from Seekra/repository-template
style: ensure semicolons at line ends
This commit is contained in:
@@ -527,8 +527,8 @@ describe('settingsValidator', () => {
|
||||
]
|
||||
} }
|
||||
])('throws error', ({ settings }) => {
|
||||
expect(() => validateSettingsConfig(settings)).toThrow(Error)
|
||||
})
|
||||
expect(() => validateSettingsConfig(settings)).toThrow(Error);
|
||||
});
|
||||
});
|
||||
|
||||
describe('validateEntry', () => {
|
||||
|
||||
Reference in New Issue
Block a user