This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ecmwf-projects/COPDS-1409
Quality Assurance aside block.
- Loading branch information
Showing
17 changed files
with
7,169 additions
and
14,216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import React from 'react' | ||
import { render } from '@testing-library/react' | ||
|
||
import { CheckItem } from '../../../src/components' | ||
|
||
describe('type checkitem', () => { | ||
it('it renders correctly', () => { | ||
render( | ||
<CheckItem | ||
block={{ | ||
"id": "qa_general_accuracy_and_consistency", | ||
"href": "?tab=quality-assessment#qa_general_accuracy_and_consistency", | ||
"type": "checkitem", | ||
"title": "Accuracy and Consistency", | ||
"status": "OK" | ||
}} | ||
/>, | ||
) | ||
}) | ||
}) |
Oops, something went wrong.