Skip to content
Snippets Groups Projects
Commit da6657c9 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Rick Waldron
Browse files

Add descriptor tests for sec-array.isarray

parent e31b7c43
No related branches found
No related tags found
No related merge requests found
// Copyright 2017 Lyza Danger Gardner. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
description: Testing descriptor property of Array.isArray
includes:
- propertyHelper.js
esid: sec-array.isarray
---*/
verifyWritable(Array, "isArray");
verifyNotEnumerable(Array, "isArray");
verifyConfigurable(Array, "isArray");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment