Sign in
appsheet-third-party
/
jquery
/
1d60e5afef1b0287e855686a4d524d8cf3aa61ee
/
.
/
test
/
node_smoke_tests
/
iterable_with_native_symbol.js
blob: 3376ebdc5593effb4893596bbd7f35a839f08507 [
file
] [
log
] [
blame
]
"use strict"
;
if
(
typeof
Symbol
===
"undefined"
)
{
console
.
log
(
"Symbols not supported, skipping the test..."
);
process
.
exit
();
}
require
(
"./lib/ensure_iterability_es6"
)();