@@ -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,