[Pkg-javascript-commits] [node-lexical-scope] 13/83: remove the require fs from a test

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:45:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-lexical-scope.

commit 106457f45ad20e7a66ddce1f7098b15cbb70aa54
Author: James Halliday <mail at substack.net>
Date:   Mon Feb 18 15:14:27 2013 +1000

    remove the require fs from a test
---
 test/detect.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/detect.js b/test/detect.js
index 684c7be..780627a 100644
--- a/test/detect.js
+++ b/test/detect.js
@@ -1,6 +1,5 @@
 var test = require('tape');
 var detect = require('../');
-var fs = require('fs');
 var src = require('./sources/detect_source.js');
 
 test('check locals and globals', function (t) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lexical-scope.git



More information about the Pkg-javascript-commits mailing list