Skip to content

Commit

Permalink
changing naming convention to small case
Browse files Browse the repository at this point in the history
  • Loading branch information
yashb196 committed Oct 23, 2023
1 parent a37cc79 commit f75ced1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Layout from "../layout";
import "@testing-library/jest-dom";
import { fireEvent, render, screen } from "@testing-library/react";
import NoteComponent from "../lib/components/noteComponent";
import NoteComponent from "../lib/components/note_component";
import { RichUtils } from 'draft-js';

jest.mock('draft-js', () => ({
Expand Down
File renamed without changes.
File renamed without changes.
46 changes: 0 additions & 46 deletions app/lib/components/searchBar.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Image from "next/image";
import SearchBar from './lib/components/search_bar';
import AddNotePage from "./lib/pages/add_note_page";
import Sidebar from "./lib/components/side_bar";
import NoteComponent from "./lib/components/noteComponent";
import NoteComponent from "./lib/components/note_component";


export default function Home() {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@testing-library/react": "^14.0.0",
"@types/enzyme-adapter-react-16": "^1.0.7",
"@types/jest": "^29.5.5",
"@types/moxios": "^0.4.16",
"@types/node": "20.6.2",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
Expand Down

0 comments on commit f75ced1

Please sign in to comment.