Parcourir la source

keep linter happy

Girish Ramakrishnan il y a 9 ans
Parent
commit
4758c4250d
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      test/test.js

+ 7 - 0
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,