]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Change react integration test to TS (#10605)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Thu, 18 Aug 2022 12:42:40 +0000 (14:42 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 12:42:40 +0000 (08:42 -0400)
commit49b16c967833534b6bad7b1f2b8a0df8f69368ad
tree349dccca408cffe125da39ad90b1a34908d95348
parente7372ade240ea67769ed218cd420129bac403dfa
Change react integration test to TS (#10605)

* switch to ts

* change web integration test to TS

* remove space

* lint things

* one more lint

* Add spaces
test/integration/node/package-lock.json [deleted file]
test/integration/react-browser/package.json
test/integration/react-browser/src/App.tsx [moved from test/integration/react-browser/src/App.js with 84% similarity]
test/integration/react-browser/src/AppAuto.tsx [new file with mode: 0644]
test/integration/react-browser/src/index.js [deleted file]
test/integration/react-browser/src/index.tsx [new file with mode: 0644]
test/integration/react-browser/tsconfig.json [new file with mode: 0644]