fix: update deps and modernize, fix favicon (#513)

This commit is contained in:
David Joy
2021-09-27 19:50:16 -04:00
committed by GitHub
parent b54aeb9446
commit d6519bc825
9 changed files with 115 additions and 201 deletions

View File

@@ -1,4 +1,5 @@
/* eslint-disable import/no-extraneous-dependencies */
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';