hermione-esm

A hermione plugin that starts es-dev-server before running tests.

Usage no npm install needed!

<script type="module">
  import hermioneEsm from 'https://cdn.skypack.dev/hermione-esm';
</script>

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
    }
  },
  //...
}