Skip to content

Commit

Permalink
fix up a few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Feb 6, 2024
1 parent fc5c69b commit 7347b28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ import BundleContent from './BundleContent'
const mockRepoOverview = {
owner: {
repository: {
__typename: 'Repository',
private: false,
defaultBranch: 'main',
oldestCommitAt: '2022-10-10T11:59:59',
coverageEnabled: true,
bundleAnalysisEnabled: true,
languages: ['javascript'],
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ import BundleSummary from './BundleSummary'
const mockRepoOverview = {
owner: {
repository: {
__typename: 'Repository',
private: false,
defaultBranch: 'main',
oldestCommitAt: '2022-10-10T11:59:59',
coverageEnabled: true,
bundleAnalysisEnabled: true,
languages: ['javascript'],
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ import BundleTable, { useTableData } from './BundleTable'
const mockRepoOverview = {
owner: {
repository: {
__typename: 'Repository',
private: false,
defaultBranch: 'main',
oldestCommitAt: '2022-10-10T11:59:59',
coverageEnabled: true,
bundleAnalysisEnabled: true,
languages: ['javascript'],
},
},
}
Expand Down

0 comments on commit 7347b28

Please sign in to comment.