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:
parent
ec92ce82b6
commit
ee0aac2c75
16 changed files with 18321 additions and 0 deletions
5
examples/GUI/WebViewPluginDemoGUI/src/setupTests.js
Normal file
5
examples/GUI/WebViewPluginDemoGUI/src/setupTests.js
Normal 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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue