filer icon indicating copy to clipboard operation
filer copied to clipboard

Update filer/tests/spec/fs.spec.js to use let/const with strict mode

Open OnesQuared opened this issue 6 years ago • 1 comments

Use strict mode in order to see silent errors Have the code use let instead of var, in order to potentially reassign the variable.

OnesQuared avatar Jan 27 '19 19:01 OnesQuared

Sounds good @OnesQuared, go for it.

humphd avatar Jan 28 '19 01:01 humphd