forked from Superalgos/Superalgos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Superalgos#4389 from Superalgos/develop
Develop into Master
- Loading branch information
Showing
265 changed files
with
67,792 additions
and
8,809 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 |
---|---|---|
|
@@ -21,4 +21,3 @@ CODE_OF_CONDUCT.md | |
**/docker-compose.yml | ||
**/node_modules | ||
**/.env* | ||
**/externalScripts |
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,7 +1,8 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
if [ "$UNITTESTS" != "false" ] | ||
then | ||
npm run unitTest | ||
fi | ||
# Disabling unit tests until resolution of jest memory issue - https://github.com/facebook/jest/issues/11956 | ||
# if [ "$UNITTESTS" != "false" ] | ||
# then | ||
# npm run unitTest | ||
# fi |
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
Oops, something went wrong.