Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

researchgate/gemini-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.