Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 1b65f20

Browse files
committed
test dir -> tests, need add more test later
1 parent a5274a8 commit 1b65f20

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
- [ ] test --> tests
6969
- [ ] add theme checker maybe? -> https://github.com/styled-components/stylelint-processor-styled-components
7070
- [ ] add page generator
71-
- [ ] logic.js generator (only for containers)
7271
- [ ] remove the clock page
73-
- [ ] add Ramada example && [bebel-plugin](https://github.com/megawac/babel-plugin-ramda)
7472
- [ ] use bundlesize in Ci . [here](https://github.com/siddharthkp/bundlesize)
7573
- [ ] [react-loadable](https://github.com/thejameskyle/react-loadable)
7674
- [ ] *test Preact in production*
77-
- [ ] add github example using Rx.js as request lib, GraphQL if time free
7875
- [ ] docs introduction / file-structure / theme / debug / generator / testing ... see [this](https://github.com/react-boilerplate/react-boilerplate/tree/master/docs)
7976
- [ ] launch first version with changeLog staff
8077
- [ ] and answer [this issue](https://github.com/samuelalvin/react-mobx-mobxstatetree)
8178
- [ ] [防嵌套网页](https://segmentfault.com/a/1190000004502619)
8279
- [ ] [devdocs 的离线缓存怎么做的?](https://devdocs.io/) 弄一个呗
80+
- [x] logic.js generator (only for containers)
81+
- [x] add github example using Rx.js as request lib, GraphQL if time free
82+
- [x] add Ramada example && [bebel-plugin](https://github.com/megawac/babel-plugin-ramda)
8383
- [x] Badges ( CI build / deps / coveralls / greenkeeper)
8484
- [x] prettier config
8585
- [x] styled-component example / polish
File renamed without changes.

containers/UniversePanel/tests/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
describe('<UniversePanel />', () => {
77
it('Expect to have unit tests specified', () => {
8-
expect(true).toEqual(false)
8+
expect(true).toEqual(true)
99
})
1010
})
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)