[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

130 B 8 lines
1global.console = { 2 ...console, 3 log: jest.fn(), 4 debug: jest.fn(), 5 info: jest.fn(), 6 warn: jest.fn(), 7 error: jest.fn() 8}