[Pkg-javascript-commits] [node-stream-browserify] 30/44: fix test (wasn't running because of typo!)
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 14:18:43 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 f939f7196f88bcfc1a230bcde7dddc2d409bb13a
Author: Feross Aboukhadijeh <feross at feross.org>
Date: Fri Jan 24 23:22:46 2014 -0800
fix test (wasn't running because of typo!)
---
test/array_buffer.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/array_buffer.js b/test/array_buffer.js
index f81d583..c0a14a0 100644
--- a/test/array_buffer.js
+++ b/test/array_buffer.js
@@ -25,7 +25,7 @@ TestWritable.prototype._write = function(chunk, encoding, cb) {
var typedArray = new xUint8Array(1);
typedArray[0] = 88;
-if (typeof Uint8array !== 'undefined') {
+if (typeof Uint8Array !== 'undefined') {
test('.writable writing ArrayBuffer', function(t) {
var writable = new 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