/hermione-esm

hermione plugin that starts @web/dev-server before running tests

Primary LanguageJavaScript

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