diff --git a/.tortilla/manuals/templates/step5.tmpl b/.tortilla/manuals/templates/step5.tmpl index d34daa2..5e736b7 100644 --- a/.tortilla/manuals/templates/step5.tmpl +++ b/.tortilla/manuals/templates/step5.tmpl @@ -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 ``. - +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 @@ -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 \ No newline at end of file +TODO: const server = new ApolloServer({ typeDefs }); // easier, no need to compile the schema before