Skip to content

Commit

Permalink
Fixed more Codacy issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayag-Das committed Jun 27, 2024
1 parent 79c1a4e commit 0d14630
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
4 changes: 3 additions & 1 deletion ui/__mocks__/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# What's in here?
# Mocks

## What's in here?

In the mocks folder, we store mocks,
which are simulated objects or functions
Expand Down
3 changes: 2 additions & 1 deletion ui/cypress/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# What's in here?
# Cypress

## What's in here?
In the 'cypress' folder, we keep
tests that use Cypress, an open-source
end-to-end testing framework for web applications.
Expand Down
3 changes: 2 additions & 1 deletion ui/public/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# What's in here?
# Public

## What's in here?
In the 'public' folder, we store items
that we use commonly for easy access.
In the data sub-folder, we have data
Expand Down
4 changes: 3 additions & 1 deletion ui/src/access/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# What's in here?
# Access

## What's in here?

The access folder typically contains
modules related to managing and controlling
Expand Down
4 changes: 3 additions & 1 deletion ui/src/app/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# What's in here?
# App

## What's in here?

The 'app' directory houses the application's
pages and their corresponding components.
Expand Down
4 changes: 3 additions & 1 deletion ui/src/components_/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# What's in here?
# Components

## What's in here?

The 'components_' folder contains
the building blocks of our pages.
Expand Down
4 changes: 3 additions & 1 deletion ui/src/hooks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# What's in here?
# Hooks

## What's in here?

In the 'hooks' folder, we store
custom React hooks, which are
Expand Down
6 changes: 4 additions & 2 deletions ui/tests/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# What's in here?
# Tests

## What's in here?

In the 'tests' folder, we store
test classes for our app's various
Expand All @@ -19,5 +21,5 @@ which you can learn more about
here: <https://jestjs.io/docs/getting-started>

You can also read about
the React testing library here:
the React testing library here:
<https://testing-library.com/docs/react-testing-library/intro/>

0 comments on commit 0d14630

Please sign in to comment.