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:
@@ -44,7 +44,6 @@ describe('NotEmpty', function() {
|
||||
});
|
||||
|
||||
it('matches a non empty typed array', function() {
|
||||
jasmine.getEnv().requireFunctioningTypedArrays();
|
||||
var notEmpty = new jasmineUnderTest.NotEmpty();
|
||||
|
||||
expect(notEmpty.asymmetricMatch(new Int16Array([1, 2, 3]))).toBe(true); // eslint-disable-line compat/compat
|
||||
|
||||
Reference in New Issue
Block a user