Skip to content

Commit 65de9f1

Browse files
committed
chore: add comment in apr.test.tsx
1 parent 8aa1649 commit 65de9f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/apr.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const pkg: JSONSchemaForNPMPackageJsonFiles = await import(
1313
}
1414
)
1515

16+
// This is enough
1617
test('just works', () => {
1718
const { lastFrame } = render(<ProjectInfo pkg={pkg} />)
1819
expect(lastFrame()).toMatchSnapshot()

0 commit comments

Comments
 (0)