Skip to content

Commit 47c95a7

Browse files
committed
Fix unused var (vows issue)
1 parent da68885 commit 47c95a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/name-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable no-octal */
1+
/* eslint-disable no-octal, no-unused-vars */
22

33
var
44
vows = require('vows'),

0 commit comments

Comments
 (0)