UNPKG

gemini-esm

Version:

A gemini plugin that starts express server with bare module specifiers transform before running tests.

16 lines (11 loc) 250 B
# gemini-esm This is a `gemini` plugin that starts express server with bare module specifiers transform before running tests. ## Installation `npm install gemini-esm` ## Configuration ```yml system: plugins: esm: port: 8081 ```