]> zoso.dev Git - buffer.git/commit
test: remove checks for TYPED_ARRAY_SUPPORT
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 2 Dec 2016 20:22:33 +0000 (14:22 -0600)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 2 Dec 2016 20:22:33 +0000 (14:22 -0600)
commit85caf8ae6f654a19c1e95948c65a291d0ba1f811
treeff8e4c61171dca69ed0580b75f59c7a796894387
parentd511956785df23f5bae625ac427c0cd218f2d013
test: remove checks for TYPED_ARRAY_SUPPORT

We only support browsers with typed arrays now, so this is a pointless
check.
test/basic.js
test/constructor.js
test/slice.js
test/write.js