hermione-esm
v0.5.0
Published
A hermione plugin that starts es-dev-server before running tests.
Downloads
171
Maintainers
Readme
hermione-esm
This is a hermione
plugin that starts @web/dev-server
before running tests.
Installation
npm install hermione-esm
Configuration
module.exports = {
// ...
plugins: {
'hermione-esm': {
port: 8081
}
},
//...
}