Skip to content

Instantly share code, notes, and snippets.

View AnnemarieKohler's full-sized avatar
🎯
Focusing

Annemarie Köhler AnnemarieKohler

🎯
Focusing
View GitHub Profile
@AnnemarieKohler
AnnemarieKohler / Jasmine-and-Babel6.md
Created August 5, 2017 20:59 — forked from mauvm/Jasmine-and-Babel6.md
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"]