From 045b1f493454f6ce4c21e8e9896b0efcbc546381 Mon Sep 17 00:00:00 2001 From: DARVINES <96884293+DARVINES@users.noreply.github.com> Date: Fri, 31 Dec 2021 03:07:53 +0800 Subject: [PATCH] 3566757 --- .tortilla/manuals/templates/step5.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tortilla/manuals/templates/step5.tmpl b/.tortilla/manuals/templates/step5.tmpl index d34daa2b..5e736b7f 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