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 1
1
<?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" >
4
4
<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" />
5
5
</project >
6
6
</coverage >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h1>All files</h1>
79
79
< div class ='footer quiet pad2 space-top1 center small '>
80
80
Code coverage generated by
81
81
< 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)
83
83
</ div >
84
84
</ div >
85
85
< script src ="prettify.js "> </ script >
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import * as ReactDOM from 'react-dom' ;
3
- // import { Thing } from '../src';
3
+ // import useCSSCustomProperty from '../src';
4
4
5
5
describe ( 'it' , ( ) => {
6
- it . todo ( 'renders without crashing' , ( ) => {
6
+ it ( 'renders without crashing' , ( ) => {
7
7
const div = document . createElement ( 'div' ) ;
8
- // ReactDOM.render(<Thing / >, div);
8
+ ReactDOM . render ( < div > test </ div > , div ) ;
9
9
ReactDOM . unmountComponentAtNode ( div ) ;
10
10
} ) ;
11
11
} ) ;
You can’t perform that action at this time.
0 commit comments