mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-06 23:43:26 +02:00
with caching
This commit is contained in:
9
crates/dagger-sdk/examples/caching/app/src/App.test.tsx
Normal file
9
crates/dagger-sdk/examples/caching/app/src/App.test.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
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();
|
||||
});
|
Reference in New Issue
Block a user