This is a hermione
plugin that starts @web/dev-server
before running tests.
npm install hermione-esm
module.exports = {
// ...
plugins: {
'hermione-esm': {
port: 8081
}
},
//...
}
This is a hermione
plugin that starts @web/dev-server
before running tests.
npm install hermione-esm
module.exports = {
// ...
plugins: {
'hermione-esm': {
port: 8081
}
},
//...
}