We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1d698 commit 859170aCopy full SHA for 859170a
2 files changed
demo/public/index.html
@@ -23,7 +23,7 @@
23
work correctly both with client-side routing and a non-root public URL.
24
Learn how to configure a non-root public URL by running `npm run build`.
25
-->
26
- <title>React Interactive</title>
+ <title>React Interactive Demo</title>
27
28
<style>
29
html { background-color: rgb(0, 120, 0); }
demo/src/App.test.tsx
@@ -2,7 +2,7 @@ import { render } from '@testing-library/react';
2
import { MemoryRouter } from 'react-router-dom';
3
import { App } from './App';
4
5
-describe('renders links to rollpkg', () => {
+describe('renders links', () => {
6
const { container } = render(
7
<MemoryRouter>
8
<App />
0 commit comments