Transform 'var' in 'let'

This commit is contained in:
Étienne Boisseau-Sierra
2018-06-08 20:44:45 -04:00
parent b99fe58185
commit 3a9251d55e
27 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
// See https://en.wikipedia.org/wiki/Pig_Latin for more details.
var pigLatin = require("./pigLatin.js");
let pigLatin = require("./pigLatin.js");
describe('#translate', function() {
it('translates a word beginning with a vowel', function() {