Skip to content

Commit 859170a

Browse files
committed
Update demo app title
1 parent af1d698 commit 859170a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
work correctly both with client-side routing and a non-root public URL.
2424
Learn how to configure a non-root public URL by running `npm run build`.
2525
-->
26-
<title>React Interactive</title>
26+
<title>React Interactive Demo</title>
2727

2828
<style>
2929
html { background-color: rgb(0, 120, 0); }

demo/src/App.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { render } from '@testing-library/react';
22
import { MemoryRouter } from 'react-router-dom';
33
import { App } from './App';
44

5-
describe('renders links to rollpkg', () => {
5+
describe('renders links', () => {
66
const { container } = render(
77
<MemoryRouter>
88
<App />

0 commit comments

Comments
 (0)