Skip to content

Commit 497ee1c

Browse files
author
Ixl123
committed
chore: fix release
1 parent 436f933 commit 497ee1c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

coverage/clover.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

coverage/lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

test/index.test.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as React from 'react';
22
import * as ReactDOM from 'react-dom';
3-
// import { Thing } from '../src';
3+
// import useCSSCustomProperty from '../src';
44

55
describe('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
});

0 commit comments

Comments
 (0)