mirror of
https://github.com/actions/setup-python.git
synced 2026-04-16 19:15:39 +02:00
Initial pass
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
'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);
|
||||
Reference in New Issue
Block a user