valence/ui/.babelrc
Nate Potter 20ec2b97f4 Initial commit of UI testing framework
This patch adds support for testing the UI using Karma,
Jasmine and the React test utils.

Change-Id: Ia3251a3c5d2f674de91da0465e614d660cc0d3c3
Implements: blueprint ui-test-suite
2016-11-02 11:40:58 -07:00

4 lines
35 B
Plaintext

{
presets: ['es2015', 'react']
}