Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
daniilsapa committed Jul 13, 2024
1 parent 067634e commit b359c14
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ describe('no-segments-on-sliced-layers rule', () => {
📄 index.ts
`)

console.log(noSegmentsOnSlicedLayers.check(root))

expect(noSegmentsOnSlicedLayers.check(root)).toEqual({ diagnostics: [] })
})

Expand Down Expand Up @@ -74,7 +72,7 @@ describe('no-segments-on-sliced-layers rule', () => {
`)

const diagnostics = noSegmentsOnSlicedLayers.check(root).diagnostics
console.log(diagnostics)

expect(diagnostics).toEqual([
{
message:
Expand Down

0 comments on commit b359c14

Please sign in to comment.