Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91406219
App.test.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 10, 19:35
Size
246 B
Mime Type
text/x-java
Expires
Tue, Nov 12, 19:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22258582
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
App.test.js
View Options
import { render, screen } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});
Event Timeline
Log In to Comment