File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
2- import JsonLdUtils from "jsonld-utils" ;
32
43import Answer from "../../src/components/Answer" ;
54import Constants from "../../src/constants/Constants" ;
Original file line number Diff line number Diff line change 11import React from "react" ;
2- import Question from "../../src/components/Question" ;
32import { cleanup , render } from "@testing-library/react" ;
43import { composeStories } from "@storybook/testing-react" ;
54import { expect } from "@storybook/jest" ;
Original file line number Diff line number Diff line change 1- import JsonLdUtils from "jsonld-utils" ;
2-
31import Constants from "../../src/constants/Constants" ;
42import * as Generator from "../environment/Generator" ;
53import QuestionAnswerProcessor from "../../src/model/QuestionAnswerProcessor" ;
Original file line number Diff line number Diff line change 11import React from "react" ;
2- import QuestionCommentIcon from "../../src/components/comment/QuestionCommentIcon" ;
32import { cleanup , render } from "@testing-library/react" ;
43import { composeStories } from "@storybook/testing-react" ;
54import { fireEvent } from "@storybook/testing-library" ;
You can’t perform that action at this time.
0 commit comments