Skip to content

Commit fc2d818

Browse files
Merge pull request #2 from code4rena-dev/develop
Minor Navbar changes
2 parents 0cdaa9f + d3b08cf commit fc2d818

File tree

6 files changed

+31
-18913
lines changed

6 files changed

+31
-18913
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ node_modules
55
coverage
66
# Storybook build directory
77
storybook-static
8+
# Prefer npm to yarn
9+
yarn.lock
10+
yarn-error.log

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ yarn storybook
1414
## Testing
1515
For testing, we are using [Jest](https://jestjs.io/docs/getting-started) and [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/).
1616

17-
To maintain the standards, test files should be named **componentName.test.tsx** and be placed inside the component folder for which the test relates to.
17+
To maintain the standards, test files should be named `componentName.test.tsx` and be placed inside the component folder for which the test relates to.
1818

1919

2020
## Publishing to NPM

package-lock.json

Lines changed: 18 additions & 196 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)