Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tortilla/manuals/templates/step5.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Always be sure to observe the snapshot before moving on! The received result isn
Now that we have the required knowledge regards testing and Jest's API, we will implement tests throughout the tutorial as a trivial thing. We will not go through each and every new matcher that we introduce, as it is self explanatory and there's too much of them. Be sure to work against [this full list of matchers](https://jestjs.io/docs/en/expect) when working with Jest.

In the next chapter we will continue expanding our application by adding a `<ChatRoomScreen />`.

MC BOY 21
----------
TODO: Check what changed on testing in create-react-app 3.0 https://facebook.github.io/create-react-app/docs/running-tests

Expand All @@ -166,4 +166,4 @@ TODO: Change into Tortilla diif:

TODO: Test with UTC timezone so it would work on all computers

TODO: const server = new ApolloServer({ typeDefs }); // easier, no need to compile the schema before
TODO: const server = new ApolloServer({ typeDefs }); // easier, no need to compile the schema before