Enable prettier

This commit is contained in:
Justin Starry
2020-03-13 18:23:46 +08:00
committed by Michael Vines
parent 6619edb12c
commit 7ef953437f
9 changed files with 46 additions and 49 deletions

View File

@ -2,4 +2,4 @@
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom/extend-expect';
import "@testing-library/jest-dom/extend-expect";