Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
phanlezz committed Jan 19, 2024
1 parent 9c1354a commit 39bf39b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("mapTreeViewItemNameComponent", () => {
})
})

it("shouldn't have class 'noAreaMetric' when node's area metric is bigger than 0", async () => {
it("should not have class 'noAreaMetric' when node's area metric is bigger than 0", async () => {
const { container } = await render(MapTreeViewItemNameComponent, {
excludeComponentDeclaration: true,
componentProperties: {
Expand All @@ -36,7 +36,7 @@ describe("mapTreeViewItemNameComponent", () => {
expect(nodeNameWrapper.classList).not.toContain("noAreaMetric")
})

it("shouldn't have class 'noAreaMetric' when node's delta area metric is smaller than 0", async () => {
it("should not have class 'noAreaMetric' when node's delta area metric is smaller than 0", async () => {
const { container } = await render(MapTreeViewItemNameComponent, {
excludeComponentDeclaration: true,
componentProperties: {
Expand Down

0 comments on commit 39bf39b

Please sign in to comment.