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