From 4758c4250dcef3a3299b8265c087b4a2a9338bb8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 30 Nov 2015 18:07:21 -0800 Subject: [PATCH] keep linter happy --- test/test.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/test.js b/test/test.js index 2e497f3..cb06af6 100755 --- a/test/test.js +++ b/test/test.js @@ -1,5 +1,12 @@ #!/usr/bin/env node +/* jslint node:true */ +/* global it:false */ +/* global xit:false */ +/* global describe:false */ +/* global before:false */ +/* global after:false */ + 'use strict'; var execSync = require('child_process').execSync,