-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved menu and buttons, Webcam zoom.
- Loading branch information
1 parent
a9e23ba
commit c631fb6
Showing
34 changed files
with
5,389 additions
and
464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React from 'react' | ||
import renderer from 'react-test-renderer' | ||
|
||
import App from '../App' | ||
|
||
describe('<App />', () => { | ||
it('has 1 child', () => { | ||
const tree = renderer.create(<App />).toJSON() | ||
expect(tree.children.length).toBe(1) | ||
}) | ||
}) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<coverage generated="1595531048637" clover="3.2.0"> | ||
<project timestamp="1595531048637" name="All files"> | ||
<metrics statements="67" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="25" coveredmethods="0" elements="104" coveredelements="0" complexity="0" loc="67" ncloc="67" packages="5" files="8" classes="8"/> | ||
<package name="Ettaisyyspolliisi"> | ||
<metrics statements="6" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/> | ||
<file name=".eslintrc.js" path="D:\Media\Dev\Ettaisyyspolliisi\.eslintrc.js"> | ||
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/> | ||
<line num="1" count="0" type="stmt"/> | ||
</file> | ||
<file name="App.js" path="D:\Media\Dev\Ettaisyyspolliisi\App.js"> | ||
<metrics statements="5" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/> | ||
<line num="12" count="0" type="stmt"/> | ||
<line num="13" count="0" type="stmt"/> | ||
<line num="14" count="0" type="stmt"/> | ||
<line num="31" count="0" type="stmt"/> | ||
<line num="42" count="0" type="stmt"/> | ||
</file> | ||
</package> | ||
<package name="Ettaisyyspolliisi.components"> | ||
<metrics statements="29" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="12" coveredmethods="0"/> | ||
<file name="Home.js" path="D:\Media\Dev\Ettaisyyspolliisi\components\Home.js"> | ||
<metrics statements="25" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="10" coveredmethods="0"/> | ||
<line num="15" count="0" type="stmt"/> | ||
<line num="17" count="0" type="stmt"/> | ||
<line num="20" count="0" type="stmt"/> | ||
<line num="23" count="0" type="stmt"/> | ||
<line num="24" count="0" type="stmt"/> | ||
<line num="25" count="0" type="stmt"/> | ||
<line num="28" count="0" type="stmt"/> | ||
<line num="29" count="0" type="stmt"/> | ||
<line num="30" count="0" type="stmt"/> | ||
<line num="31" count="0" type="stmt"/> | ||
<line num="33" count="0" type="stmt"/> | ||
<line num="36" count="0" type="stmt"/> | ||
<line num="37" count="0" type="stmt"/> | ||
<line num="40" count="0" type="stmt"/> | ||
<line num="41" count="0" type="stmt"/> | ||
<line num="42" count="0" type="stmt"/> | ||
<line num="44" count="0" type="stmt"/> | ||
<line num="45" count="0" type="stmt"/> | ||
<line num="50" count="0" type="stmt"/> | ||
<line num="51" count="0" type="stmt"/> | ||
<line num="54" count="0" type="stmt"/> | ||
<line num="55" count="0" type="stmt"/> | ||
<line num="56" count="0" type="stmt"/> | ||
<line num="59" count="0" type="stmt"/> | ||
<line num="73" count="0" type="stmt"/> | ||
</file> | ||
<file name="Webcam.js" path="D:\Media\Dev\Ettaisyyspolliisi\components\Webcam.js"> | ||
<metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/> | ||
<line num="8" count="0" type="stmt"/> | ||
<line num="9" count="0" type="stmt"/> | ||
<line num="11" count="0" type="stmt"/> | ||
<line num="18" count="0" type="stmt"/> | ||
</file> | ||
</package> | ||
<package name="Ettaisyyspolliisi.style"> | ||
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/> | ||
<file name="style.js" path="D:\Media\Dev\Ettaisyyspolliisi\style\style.js"> | ||
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/> | ||
<line num="3" count="0" type="stmt"/> | ||
</file> | ||
</package> | ||
<package name="Ettaisyyspolliisi.utils"> | ||
<metrics statements="27" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="7" coveredmethods="0"/> | ||
<file name="location.js" path="D:\Media\Dev\Ettaisyyspolliisi\utils\location.js"> | ||
<metrics statements="19" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/> | ||
<line num="5" count="0" type="stmt"/> | ||
<line num="6" count="0" type="stmt"/> | ||
<line num="7" count="0" type="stmt"/> | ||
<line num="9" count="0" type="stmt"/> | ||
<line num="17" count="0" type="stmt"/> | ||
<line num="18" count="0" type="stmt"/> | ||
<line num="19" count="0" type="stmt"/> | ||
<line num="21" count="0" type="stmt"/> | ||
<line num="22" count="0" type="stmt"/> | ||
<line num="23" count="0" type="stmt"/> | ||
<line num="24" count="0" type="stmt"/> | ||
<line num="26" count="0" type="stmt"/> | ||
<line num="30" count="0" type="stmt"/> | ||
<line num="34" count="0" type="stmt"/> | ||
<line num="35" count="0" type="stmt"/> | ||
<line num="36" count="0" type="stmt"/> | ||
<line num="37" count="0" type="stmt"/> | ||
<line num="39" count="0" type="stmt"/> | ||
<line num="43" count="0" type="stmt"/> | ||
</file> | ||
<file name="sharing.js" path="D:\Media\Dev\Ettaisyyspolliisi\utils\sharing.js"> | ||
<metrics statements="8" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/> | ||
<line num="5" count="0" type="stmt"/> | ||
<line num="6" count="0" type="stmt"/> | ||
<line num="8" count="0" type="cond" truecount="0" falsecount="2"/> | ||
<line num="9" count="0" type="stmt"/> | ||
<line num="10" count="0" type="stmt"/> | ||
<line num="11" count="0" type="stmt"/> | ||
<line num="15" count="0" type="stmt"/> | ||
<line num="21" count="0" type="stmt"/> | ||
</file> | ||
</package> | ||
<package name="Ettaisyyspolliisi.web-build"> | ||
<metrics statements="4" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="0"/> | ||
<file name="register-service-worker.js" path="D:\Media\Dev\Ettaisyyspolliisi\web-build\register-service-worker.js"> | ||
<metrics statements="4" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="0"/> | ||
<line num="3" count="0" type="cond" truecount="0" falsecount="2"/> | ||
<line num="4" count="0" type="stmt"/> | ||
<line num="5" count="0" type="stmt"/> | ||
<line num="11" count="0" type="stmt"/> | ||
</file> | ||
</package> | ||
</project> | ||
</coverage> |
Oops, something went wrong.