Page MenuHomePhabricator

[lib] integrity reducer tests
ClosedPublic

Authored by will on Mar 19 2024, 1:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 1, 11:46 AM
Unknown Object (File)
Mon, Apr 1, 8:02 AM
Unknown Object (File)
Mon, Apr 1, 5:30 AM
Unknown Object (File)
Mon, Apr 1, 3:27 AM
Unknown Object (File)
Sat, Mar 30, 11:52 PM
Unknown Object (File)
Mar 29 2024, 1:51 AM
Unknown Object (File)
Mar 25 2024, 3:45 PM
Unknown Object (File)
Mar 25 2024, 3:41 AM
Subscribers

Details

Summary

This implements the integrity reducer tests

Depends on D11358

Test Plan

flow check. Successfully runs tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Mar 19 2024, 1:22 PM

consts can be moved to specific unit tests

tomek added inline comments.
lib/reducers/integrity-reducer.test.js
88 ↗(On Diff #38212)

It is a good practice to make the test description read like a sentence, e.g. it('should update integrity store....

This revision is now accepted and ready to land.Mar 20 2024, 5:22 AM

Remove isDefault to pass flow check

This revision was automatically updated to reflect the committed changes.