Skip to content

Instantly share code, notes, and snippets.

View yevhenpavliuk's full-sized avatar

Yevhen Pavliuk yevhenpavliuk

  • Wix.com
  • Dnipro, Ukraine
View GitHub Profile
@mauvm
mauvm / Jasmine-and-Babel6.md
Created November 12, 2015 10:51
Jasmine ES6 run script for use with Babel 6
$ npm install --save babel-cli babel-preset-es2015
$ npm install --save-dev jasmine

.babelrc:

{
 "presets": ["es2015"]