Skip to content

Commit 8201c22

Browse files
committed
Bloody linting!
1 parent 81d2280 commit 8201c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/all-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import test from 'tape';
22
import mixer from '../src/index';
33

44
test('all options work together', (t) => {
5-
var mix = mixer({
5+
const mix = mixer({
66
filter(sourceValue, targetValue, key) { return key[0] !== '_'; },
77
transform(resultingValue, targetValue, key) { return key === 'name' ? 'new name' : resultingValue; },
88
chain: true,

0 commit comments

Comments
 (0)