You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome patches and features. There are however a few things that are
4
-
required before your pull request can be merged. Make sure you cut a branch
5
-
from develop and all PRs pointed towards master.
4
+
required before your pull request can be merged. Point your forked repo to master and raise an MR. We currently have 100% test coverage, so please try to write some test cases to cover any new code introduced.
6
5
7
6
# Tests
8
7
@@ -12,5 +11,5 @@ For any new feature added, we expect a new test case. Since the repo has a 100%
12
11
13
12
## Running test cases
14
13
15
-
Make sure your PR passes all the tests by running `npm run test` before
14
+
Make sure your PR passes all the tests by running `yarn test` before
0 commit comments