[Pkg-javascript-commits] [node-stream-browserify] 13/44: moved array buffer test, passes
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 14:18:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-browserify.
commit baaed2faa54768903ba7c6eb92d8bc9279572543
Author: James Halliday <mail at substack.net>
Date: Thu Dec 19 18:44:17 2013 -0800
moved array buffer test, passes
---
test.js => test/array_buffer.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test.js b/test/array_buffer.js
similarity index 88%
rename from test.js
rename to test/array_buffer.js
index a91e2b2..7b1265c 100644
--- a/test.js
+++ b/test/array_buffer.js
@@ -1,10 +1,10 @@
-var util = require('util');
var path = require('path');
var test = require('tape');
-var Writable = require(path.join(__dirname, 'writable'));
+var Writable = require('../writable.js');
+var inherits = require('inherits');
-util.inherits(TestWritable, Writable);
+inherits(TestWritable, Writable);
function TestWritable(opt) {
if (!(this instanceof TestWritable))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git
More information about the Pkg-javascript-commits
mailing list