Updated the test system
This commit is contained in:
6
test/removeVowels.test.js
Normal file
6
test/removeVowels.test.js
Normal file
@ -0,0 +1,6 @@
|
||||
const expect = require('expect');
|
||||
const {removeVowels} = require('./_30s.js');
|
||||
|
||||
test('removeVowels is a Function', () => {
|
||||
expect(removeVowels).toBeInstanceOf(Function);
|
||||
});
|
||||
Reference in New Issue
Block a user