UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

7 lines (6 loc) 220 B
/** * Convenience function for tests that expect an error to be thrown. * * This suppresses the expected error from being logged to the console. */ export declare const describeExpectError: (fn: () => void) => void;