-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Jest dependency and add mock * Added shallowrendering * Add tests to CommitComponent * Ignore coverage-folder * Tell CircleCi to run tests * Add ProfileInfo test * Add Repository test * Add Repositories test and snapshots
- Loading branch information
1 parent
3ce6669
commit a3d4e52
Showing
14 changed files
with
3,658 additions
and
1,048 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ jobs: | |
key: v1-dependencies-{{ checksum "package.json" }} | ||
|
||
# run tests! | ||
# - run: npm test | ||
- run: npm test |
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/node_modules | ||
/build | ||
|
||
.idea | ||
.idea | ||
|
||
/coverage |
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 |
---|---|---|
|
@@ -5,6 +5,6 @@ webpack.config.js | |
.babelrc | ||
.cache | ||
node_modules | ||
yarn-error.log | ||
.idea | ||
*.iml | ||
coverage |
Oops, something went wrong.