jquery/test/node_smoke_tests/iterable_with_native_symbol.js

9 lines
182 B
JavaScript
Raw Normal View History

"use strict";
if ( typeof Symbol === "undefined" ) {
console.log( "Symbols not supported, skipping the test..." );
process.exit();
}
require( "./lib/ensure_iterability_es6" )();