Set up jest with babel. Add failing test to see if it passes CI

This commit is contained in:
rebuilt 2021-10-15 20:10:49 +02:00
parent 1808c00b01
commit 771371d081
8 changed files with 7736 additions and 3 deletions

5
babel.config.js Normal file
View file

@ -0,0 +1,5 @@
'use strict';
module.exports = {
presets: ['@babel/preset-env'],
};