Remvoed checks for typed array support in the test suite
All supported browsers have all typed arrays except for Uint8ClampedArray, BigInt64Array, and BigUint64Array.
This commit is contained in:
@@ -24,7 +24,6 @@ module.exports = {
|
||||
'helpers/checkForMap.js',
|
||||
'helpers/checkForSet.js',
|
||||
'helpers/checkForSymbol.js',
|
||||
'helpers/checkForTypedArrays.js',
|
||||
'helpers/checkForUrl.js',
|
||||
'helpers/domHelpers.js',
|
||||
'helpers/integrationMatchers.js',
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
"helpers/checkForMap.js",
|
||||
"helpers/checkForSet.js",
|
||||
"helpers/checkForSymbol.js",
|
||||
"helpers/checkForTypedArrays.js",
|
||||
"helpers/checkForUrl.js",
|
||||
"helpers/domHelpers.js",
|
||||
"helpers/integrationMatchers.js",
|
||||
|
||||
Reference in New Issue
Block a user