File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <coverage generated =" 1585494818290 " clover =" 3.2.0" >
3- <project timestamp =" 1585494818290 " name =" All files" >
2+ <coverage generated =" 1585495238510 " clover =" 3.2.0" >
3+ <project timestamp =" 1585495238510 " name =" All files" >
44 <metrics statements =" 0" coveredstatements =" 0" conditionals =" 0" coveredconditionals =" 0" methods =" 0" coveredmethods =" 0" elements =" 0" coveredelements =" 0" complexity =" 0" loc =" 0" ncloc =" 0" packages =" 0" files =" 0" classes =" 0" />
55 </project >
66</coverage >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h1>All files</h1>
7979 < div class ='footer quiet pad2 space-top1 center small '>
8080 Code coverage generated by
8181 < a href ="https://istanbul.js.org/ " target ="_blank "> istanbul</ a >
82- at Sun Mar 29 2020 17:13 :38 GMT+0200 (GMT+02:00)
82+ at Sun Mar 29 2020 17:20 :38 GMT+0200 (GMT+02:00)
8383 </ div >
8484 </ div >
8585 < script src ="prettify.js "> </ script >
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import * as ReactDOM from 'react-dom' ;
3- // import { Thing } from '../src';
3+ // import useCSSCustomProperty from '../src';
44
55describe ( 'it' , ( ) => {
6- it . todo ( 'renders without crashing' , ( ) => {
6+ it ( 'renders without crashing' , ( ) => {
77 const div = document . createElement ( 'div' ) ;
8- // ReactDOM.render(<Thing / >, div);
8+ ReactDOM . render ( < div > test </ div > , div ) ;
99 ReactDOM . unmountComponentAtNode ( div ) ;
1010 } ) ;
1111} ) ;
You can’t perform that action at this time.
0 commit comments