added new lines at end of file
This commit is contained in:
parent
06e90f66c8
commit
085fd89ec8
|
@ -2,4 +2,4 @@ const helloWorld = require('./helloWorld');
|
|||
|
||||
test('says "Hello, World!"', function() {
|
||||
expect(helloWorld()).toBe("Hello, World!");
|
||||
});
|
||||
});
|
||||
|
|
|
@ -18,4 +18,4 @@ const firstVowelIndex = function(string) {
|
|||
return string.indexOf(vowels[0]);
|
||||
};
|
||||
|
||||
module.exports = pigLatin;
|
||||
module.exports = pigLatin;
|
||||
|
|
Loading…
Reference in New Issue