This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
webextension-polyfill
Watch
1
Star
0
Fork
You've already forked webextension-polyfill
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a4c9a8c79
webextension-polyfill
/
test
/
mocha-babel.js
8 lines
114 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: Update babel deps to babel 7 (#214) * fix: Update babel deps to babel 7 * chore: Replaced @babel/transfor-umd-modules with a small custom babel transformer script * test: Added minimal integration test as smoke test for importing polyfill as es6 module
2019-12-12 18:00:46 +00:00
require
(
"@babel/register"
)
(
{
presets
:
[
[
"@babel/env"
,
{
targets
:
{
node
:
"current"
,
}
,
}
]
]
,
test: Run a minimal set of tests from a test extension running on Chrome (#66) * test: Run a minimal set of integration/smoke tests on Chrome * chore: minor tweaks to dependencies version in the package.json
2017-10-23 17:42:01 +00:00
}
)
;