Sha256: fea8058583e457a065c23797567b7e391fa78ab1ff2c09f77f68778df6559b20
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
import { AbstractTestCase } from 'internal-test-helpers'; import { runArrayTests } from '../helpers/array'; class ToArrayTests extends AbstractTestCase { '@test toArray should convert to an array'() { let obj = this.newObject(); this.assert.deepEqual(obj.toArray(), this.toArray(obj)); } } runArrayTests('toArray', ToArrayTests);
Version data entries
3 entries across 3 versions & 1 rubygems