Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 329 Bytes

gemini-babel

Gemini plugin, which allows to use babel for writing tests.

Usage

In your .gemini.yml:

system:
  plugins:
    babel:
       ## babel options
       presets: [...]
       ...

It will also pick .babelrc file if you have any.