This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Message* | |
| Unpublished | |
| publish -> Active | |
| publish in future -> Pending | |
| Pending | |
| unpublish -> Unpublished | |
| edit -> Draft | |
| release date reached -> Active | |
| Active |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Autosizer can't compute width and height from within jest's virtual DOM | |
| jest.mock('react-virtualized/dist/commonjs/AutoSizer', () => ({children}) => children({width: 100, height: 200})) |