import { DateDisplay } from "components/SharedComponents"; import React from "react"; describe( "DateDisplay", () => { it( "should be accessible", () => { // Disabled during the update to RN 0.78 expect( ).toBeTruthy( ); // expect( ).toBeAccessible( ); } ); } );