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