Test files linted
This commit is contained in:
@@ -3,4 +3,4 @@ const removeVowels = require('./removeVowels.js');
|
||||
|
||||
test('removeVowels is a Function', () => {
|
||||
expect(removeVowels).toBeInstanceOf(Function);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user