This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66describe ( '<Button />' , ( ) => {
77 it ( 'Expect to have unit tests specified' , ( ) => {
8- expect ( true ) . toEqual ( false )
8+ expect ( true ) . toEqual ( true )
99 } )
1010} )
Original file line number Diff line number Diff line change 55
66describe ( '<ThemeSelector />' , ( ) => {
77 it ( 'Expect to have unit tests specified' , ( ) => {
8- expect ( true ) . toEqual ( false )
8+ expect ( true ) . toEqual ( true )
99 } )
1010} )
Original file line number Diff line number Diff line change 55
66describe ( '<Banner />' , ( ) => {
77 it ( 'Expect to have unit tests specified' , ( ) => {
8- expect ( true ) . toEqual ( false )
8+ expect ( true ) . toEqual ( true )
99 } )
1010} )
Original file line number Diff line number Diff line change 55
66describe ( '<BodyLayout />' , ( ) => {
77 it ( 'Expect to have unit tests specified' , ( ) => {
8- expect ( true ) . toEqual ( false )
8+ expect ( true ) . toEqual ( true )
99 } )
1010} )
Original file line number Diff line number Diff line change 55
66describe ( '<Header />' , ( ) => {
77 it ( 'Expect to have unit tests specified' , ( ) => {
8- expect ( true ) . toEqual ( false )
8+ expect ( true ) . toEqual ( true )
99 } )
1010} )
Original file line number Diff line number Diff line change 55
66describe ( '<Route />' , ( ) => {
77 it ( 'Expect to have unit tests specified' , ( ) => {
8- expect ( true ) . toEqual ( false )
8+ expect ( true ) . toEqual ( true )
99 } )
1010} )
You can’t perform that action at this time.
0 commit comments