Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 781b6fd on branch refs/heads/issue-5331
  • Loading branch information
grantfitzsimmons authored and github-actions[bot] committed Oct 22, 2024
1 parent 781b6fd commit 6bf4f17
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ test('getTreeScope', () =>
expect(
Object.fromEntries(testingTrees.map((tree) => [tree, getTreeScope(tree)]))
).toMatchInlineSnapshot(`
{
"Geography": "discipline",
"GeologicTimePeriod": "discipline",
"LithoStrat": "discipline",
"Storage": "institution",
"Taxon": "discipline",
}
`));
{
"Geography": "discipline",
"GeologicTimePeriod": "discipline",
"LithoStrat": "discipline",
"Storage": "institution",
"Taxon": "discipline",
}
`));

0 comments on commit 6bf4f17

Please sign in to comment.