From 47c95a7092bde4b9e8a30ece663ca17762bea23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KARASZI=20Istv=C3=A1n?= Date: Sun, 27 Nov 2016 13:26:03 +0100 Subject: [PATCH] Fix unused var (vows issue) --- test/name-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/name-test.js b/test/name-test.js index 1025ebf..e7595b7 100644 --- a/test/name-test.js +++ b/test/name-test.js @@ -1,4 +1,4 @@ -/* eslint-disable no-octal */ +/* eslint-disable no-octal, no-unused-vars */ var vows = require('vows'),