Skip to content

Commit c9a93a2

Browse files
committed
fix test2
1 parent ab7cbc6 commit c9a93a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ describe("files method", function() {
12731273

12741274
it("empty-folder-promise", function(done) {
12751275
dir.promiseFiles(tdir6,'file', {excludeHidden:true})
1276-
.then(files=>{
1276+
.then(function(files){
12771277
assert.equal(files.length, 0)
12781278
})
12791279
.then(done).catch(done)

0 commit comments

Comments
 (0)