filer
filer copied to clipboard
Update file 'filer/tests/spec/fs.writeFile-readFile.spec' to use let/const instead of var
There are a lot of var
in file filer/tests/spec/fs.writeFile-readFile.spec
which need to be changed to const
or let
.
@humphd can i work on this file?