mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 13:01:16 -07:00
Adds download packet to methodology page (Sprint 4 designs) (#578)
* adds responsive download packet * adds tests and intl
This commit is contained in:
parent
e8bafc813d
commit
b3f63c29f6
7 changed files with 118 additions and 79 deletions
|
@ -1,10 +0,0 @@
|
|||
import * as React from 'react';
|
||||
import {render, screen} from '@testing-library/react';
|
||||
import DownloadPacket from './downloadPacket';
|
||||
|
||||
test('download packet component defined', () => {
|
||||
render(<DownloadPacket />);
|
||||
|
||||
screen.getByRole('button', {name: /download packet/i});
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue