mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
lint
This commit is contained in:
@@ -89,7 +89,7 @@ describe('URIHandlerRegistry', () => {
|
||||
for (const uri of invalidUris) {
|
||||
try {
|
||||
await registry.handleURI(uri)
|
||||
expect(uri).toBe("throwing an error");
|
||||
expect(uri).toBe('throwing an error')
|
||||
} catch (ex) {
|
||||
numErrors++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user