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

Commit 6462130

Browse files
committed
nit
1 parent e5e618f commit 6462130

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
@@ -343,7 +343,7 @@ module.exports = (common) => {
343343
expect(err).to.not.exist
344344
stream.pipe(concat((files) => {
345345
expect(files).to.be.length(8)
346-
var paths = files.map(function (file) {
346+
var paths = files.map((file) => {
347347
return file.path
348348
})
349349
expect(paths).to.deep.equal([

0 commit comments

Comments
 (0)