Migrate to Typescript, add prettier and add linter

This commit is contained in:
Charles Bochet
2022-12-02 12:03:29 +01:00
parent 64d07b907c
commit f685be3d22
13 changed files with 1355 additions and 4262 deletions

5
front/src/setupTests.ts Normal file
View File

@ -0,0 +1,5 @@
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// 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';