filer
filer copied to clipboard
Update filer/tests/spec/fs.spec.js to use let/const with strict mode
Use strict mode in order to see silent errors Have the code use let instead of var, in order to potentially reassign the variable.
Sounds good @OnesQuared, go for it.