Skip to content

Commit

Permalink
fix: typo in bigvshow test file
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Pena committed Aug 28, 2024
1 parent 98b69b7 commit 95d1e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/rrd/bigVshow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('checkBigVshow', () => {
Processing <span>data</span>
</div>`,
} as SFCTemplateBlock
const fileName = 'bigVif.vue'
const fileName = 'bigVshow.vue'
checkBigVshow(template, fileName)
expect(reportBigVshow().length).toBe(0)
expect(reportBigVshow()).toStrictEqual([])
Expand Down

0 comments on commit 95d1e8a

Please sign in to comment.