Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 80c2827

Browse files
committed
nit
1 parent 7d6c520 commit 80c2827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ module.exports = (common) => {
340340
expect(err).to.not.exist
341341
stream.pipe(concat((files) => {
342342
expect(files).to.be.length(8)
343-
var paths = files.map(function (file) {
343+
var paths = files.map((file) => {
344344
return file.path
345345
})
346346
expect(paths).to.deep.equal([

0 commit comments

Comments
 (0)