]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add integration test(s) for Web (#10563)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Sun, 7 Aug 2022 17:25:11 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2022 17:25:11 +0000 (13:25 -0400)
commit1551537a40acb09a9652eae3c3886b5c120008d9
tree07abfcb5c4f0f06a82f46a842270c374faf0f130
parent3123a133fefa390d1a0f455434da94ff3c174ab0
Add integration test(s) for Web (#10563)

Adds a basic react integration test
.eslintignore
test/integration/integration-test.cjs
test/integration/react-browser/package.json [new file with mode: 0644]
test/integration/react-browser/public/index.html [new file with mode: 0644]
test/integration/react-browser/src/App.js [new file with mode: 0644]
test/integration/react-browser/src/index.js [new file with mode: 0644]