Skip to content

Commit

Permalink
Move into skill verification tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rootul Patel committed Apr 11, 2020
1 parent dab0323 commit 130df39
Show file tree
Hide file tree
Showing 34 changed files with 27,601 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node": true,
"browser": true,
"esnext": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<testsuites name="jest tests" tests="5" failures="0" time="0.934">
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-04-11T02:41:12" time="0.934" tests="5">
<testcase classname=" Navigation renders correctly" name=" Navigation renders correctly" time="0.081">
</testcase>
<testcase classname=" Initial articles render correctly" name=" Initial articles render correctly" time="0.012">
</testcase>
<testcase classname=" Clicking on top renders expected articles" name=" Clicking on top renders expected articles" time="0.014">
</testcase>
<testcase classname=" Clicking on newest renders expected articles" name=" Clicking on newest renders expected articles" time="0.012">
</testcase>
<testcase classname=" Sequence of navigation clicks renders expected artices" name=" Sequence of navigation clicks renders expected artices" time="0.027">
</testcase>
</testsuite>
</testsuites>
Loading

0 comments on commit 130df39

Please sign in to comment.