mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
eslintify all test files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
describe('spellChecker', function() {
|
||||
it('should work', function() {
|
||||
describe('spellChecker', () => {
|
||||
it('should work', () => {
|
||||
assert(window.spellChecker.spellCheck('correct'));
|
||||
assert(!window.spellChecker.spellCheck('fhqwgads'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user