add first test with jest

This commit is contained in:
Philipp Kühn
2018-11-09 23:01:23 +01:00
parent 181cebc8f2
commit 35880251cd
6 changed files with 1115 additions and 41 deletions

8
babel.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
presets: [
'@babel/preset-env',
],
plugins: [
'@babel/plugin-syntax-dynamic-import',
],
}