Skip to content

Commit 15f6e67

Browse files
committed
Merge branch 'development' of https://github.com/OneCommunityGlobal/HighestGoodNetworkApp into Sanjeev-fix-create-new-event-button
2 parents 52adf07 + 574441d commit 15f6e67

58 files changed

Lines changed: 1617 additions & 26702 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.stylelintrc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
{
2-
"rules": {
3-
"no-duplicate-selectors": true
4-
}
1+
{
2+
"ignoreFiles": [
3+
"build/**/*.css",
4+
"public/**/*.css",
5+
"node_modules/**/*.css"
6+
],
7+
"rules": {
8+
"no-duplicate-selectors": true
9+
}
510
}

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ module.exports = {
4747

4848
// Indicates whether each individual test should be reported during the run
4949
verbose: false,
50+
51+
// Increase timeout for tests
52+
testTimeout: 10000,
5053
};

0 commit comments

Comments
 (0)