repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS
[jquery.git]
/
test
/
node_smoke_tests
/
iterable_with_native_symbol.js
blob
3376ebdc5593effb4893596bbd7f35a839f08507
1
"use strict";
2
3
if ( typeof Symbol === "undefined" ) {
4
console.log( "Symbols not supported, skipping the test..." );
5
process.exit();
6
}
7
8
require( "./lib/ensure_iterability_es6" )();