test(web): add unit test framework

This commit is contained in:
Paul Armstrong
2021-02-09 11:35:33 -08:00
committed by Blake Blackshear
parent daa759cc55
commit a803ab8577
10 changed files with 5317 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
presets: ['@babel/preset-env'],
plugins: [['@babel/plugin-transform-react-jsx', { pragma: 'preact.h' }]],
plugins: [['@babel/plugin-transform-react-jsx', { pragma: 'h' }]],
};