You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to learn React with Meteor by building something. So I decide to
3
+
I wanted to learn React with Meteor by building something. So I decided to
4
4
rebuild [Microscope] (https://github.com/DiscoverMeteor/Microscope), the app with which I learned Meteor.
5
-
[Microscope] (https://github.com/DiscoverMeteor/Microscope) is an app which someone can build it by reading the [Discover Meteor Book] (http://www.discovermeteor.com).
5
+
[Microscope] (https://github.com/DiscoverMeteor/Microscope) is an app that someone can build by reading the [Discover Meteor Book] (http://www.discovermeteor.com).
6
6
In this version I rebuilt the app until chapter 10-5 and you can find a dome [here](http://microreact.meteor.com). You can find a dome at [Microreact](http://microreact.meteor.com/).
7
7
8
8
Except from integrating React and Meteor I wanted to learn how to write tests for my applications. So in this repo you will find 60 tests, 13 unit tests, 6 integration and 41 end-to-end.
@@ -33,7 +33,7 @@ $ CUCUMBER_TAGS=@rerun meteor
33
33
```
34
34
35
35
36
-
Below you will find all the resources I used to learn writing the tests.
36
+
Below you will find all the resources I used to learn writing tests.
37
37
38
38
## Test Resources
39
39
@@ -78,4 +78,4 @@ Below you will find all the resources I used to learn writing the tests.
78
78
Feel free to open a new issue if you find any mistakes or you want further explanations or you want to suggest something else.
79
79
I am quite new on React and Testing so I tried to do my best.
80
80
81
-
This repo doesn't officially supported by [Discover Meteor](http://www.discovermeteor.com).
81
+
This repo isn't officially supported by [Discover Meteor](http://www.discovermeteor.com).
0 commit comments