1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

WebViewPluginDemo: Add empty React GUI project

This commit contains an unmodified React app template. The interesting
bit is the following commit that shows how to modify this template to
interoperate with the JUCE framework.
This commit is contained in:
attila 2023-09-17 00:04:29 +02:00 committed by Anthony Nicholls
parent ec92ce82b6
commit ee0aac2c75
16 changed files with 18321 additions and 0 deletions

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';