UNPKG
chext
Version:
latest (0.0.1)
0.0.1
CHrome EXtension Tester
chext
/
mocha
/
worker.js
8 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
try
{
importScripts
(
"web_worker.reporter._pre-compiled_.js"
,
"mocha.js"
,
"web_worker.setup.js"
,
"test.bundle.js"
,
"web_worker.runner.js"
) }
catch
(e){ console.
log
(
"er"
, e, e.stack) }