-
Notifications
You must be signed in to change notification settings - Fork 2
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 #216 from actiontech/feature/DMS-835
[test]:Supplementary testing coverage
- Loading branch information
Showing
14 changed files
with
4,197 additions
and
87 deletions.
There are no files selected for viewing
615 changes: 615 additions & 0 deletions
615
...se/src/page/DataExportManagement/Common/AuditResultList/__snapshots__/index.test.tsx.snap
Large diffs are not rendered by default.
Oops, something went wrong.
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
9 changes: 9 additions & 0 deletions
9
packages/base/src/page/DataSource/__snapshots__/index.test.tsx.snap
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,9 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`test base/DataSource should match snapshot 1`] = ` | ||
<div> | ||
<article | ||
class="data-source-page-project" | ||
/> | ||
</div> | ||
`; |
Oops, something went wrong.