This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/es-abstract/test/es2015.js

10 lines
373 B
JavaScript

'use strict';
var ES = require('../').ES2015;
var ops = require('../operations/2015');
var expectedMissing = ['Construct', 'SetIntegrityLevel', 'TestIntegrityLevel', 'CreateArrayFromList', 'CreateListFromArrayLike', 'OrdinaryHasInstance', 'CreateListIterator', 'RegExpBuiltinExec', 'IsPromise', 'NormalCompletion'];
require('./tests').es2015(ES, ops, expectedMissing);