CSS: Make the reliableTrDimensions support test work with Bootstrap CSS
[jquery.git] / test / node_smoke_tests / iterable_with_native_symbol.js
blob3376ebdc5593effb4893596bbd7f35a839f08507
1 "use strict";
3 if ( typeof Symbol === "undefined" ) {
4         console.log( "Symbols not supported, skipping the test..." );
5         process.exit();
8 require( "./lib/ensure_iterability_es6" )();