Skip to content

Commit

Permalink
Update packages/@react-facet/core/src/mapFacets/mapFacets.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonicus authored Jul 25, 2024
1 parent 17cf35b commit a149228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@react-facet/core/src/mapFacets/mapFacets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('mapFacetsCached', () => {
expect(mapFunction).not.toHaveBeenCalled()
})

it('caches calls to the mapFunction though a get call before any subscription, given multiple sources', () => {
it('caches calls to the mapFunction through a get call before any subscription, given multiple sources', () => {
const mapFunction = jest.fn().mockReturnValue('dummy')
const sourceAFacet = createFacet({ initialValue: 'initial value' })
const sourceBFacet = createFacet({ initialValue: 'initial value' })
Expand Down

0 comments on commit a149228

Please sign in to comment.