Skip to content

Commit 2e895c6

Browse files
committed
Small code formatting
1 parent b157a48 commit 2e895c6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/@react-facet/core/src/hooks/useFacetEffect.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ import { useFacetEffect } from './useFacetEffect'
44
import { createFacet } from '../facet'
55
import { NO_VALUE } from '../types'
66

7-
it('triggers the effect on mount, even if no facet is provided', () => {
7+
it('triggers the effect on mount, even if no facets are provided', () => {
88
const cleanup = jest.fn()
99
const callback = jest.fn().mockReturnValue(cleanup)
1010

1111
const ComponentWithFacetEffect = () => {
1212
useFacetEffect(callback, [], [])
13-
1413
return null
1514
}
1615

0 commit comments

Comments
 (0)