We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52759ad commit 2055eedCopy full SHA for 2055eed
1 file changed
test/utils-files.js
@@ -60,7 +60,7 @@ describe('utils-files', function() {
60
61
expect(mappings).to.have.length(3);
62
for(var i = 0, len = mappings.length; i < len; ++i) {
63
- filename = basename(mappings.from);
+ filename = basename(mappings[i].from);
64
switch (filename) {
65
case 'a.files':
66
expect(mappings[i]['list']).to.eql({
@@ -108,4 +108,4 @@ describe('utils-files', function() {
108
});
109
110
111
-});
+});
0 commit comments