This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
verdaccio
Watch
1
Star
0
Fork
0
You've already forked verdaccio
mirror of
https://github.com/verdaccio/verdaccio.git
synced
2024-11-13 03:35:52 +01:00
Code
Releases
Wiki
Activity
d504d28dc4
verdaccio
/
test
/
e2e
/
pre-setup.js
4 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: improve code with es6 style
2018-06-24 10:11:52 +02:00
require
(
'babel-polyfill'
)
;
test: add e2e support
2018-02-09 08:42:34 +01:00
require
(
'babel-register'
)
;
module
.
exports
=
require
(
'./setup'
)
;
Copy Permalink