Skip to content

Commit

Permalink
added the necessary changes on request
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvrat1629 committed Oct 21, 2024
1 parent 103e95b commit 0f1c85b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 75 deletions.
73 changes: 0 additions & 73 deletions __tests__/components/context/BotStatesContext.test.tsx

This file was deleted.

1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ export default {
testPathIgnorePatterns: [
"__tests__/__mocks__"
],
"maxWorkers": 2
};
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/ChatBotLoader.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Dispatch, MutableRefObject, SetStateAction, useEffect, useMemo } from "react";

import { emitRcbEvent } from "../services/RcbEventService";
import { useChatBotContext } from "../context/ChatBotContext";
import { useBotRefsContext } from "../context/BotRefsContext";
Expand Down

0 comments on commit 0f1c85b

Please sign in to comment.