Files
setup-kustomize/node_modules/es-abstract/test/es2015.js
Imran Ismail 99f65d1591 Bootstrap
2019-09-05 03:53:25 +08:00

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);