Skip to content

Commit 6e72ff8

Browse files
committed
[Clean] Tests - import optimization
1 parent 227501f commit 6e72ff8

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

test/__tests__/InputAnswer.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from "react";
2-
import JsonLdUtils from "jsonld-utils";
32

43
import Answer from "../../src/components/Answer";
54
import Constants from "../../src/constants/Constants";

test/__tests__/Question.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from "react";
2-
import Question from "../../src/components/Question";
32
import { cleanup, render } from "@testing-library/react";
43
import { composeStories } from "@storybook/testing-react";
54
import { expect } from "@storybook/jest";

test/__tests__/QuestionAnswerProcessor.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import JsonLdUtils from "jsonld-utils";
2-
31
import Constants from "../../src/constants/Constants";
42
import * as Generator from "../environment/Generator";
53
import QuestionAnswerProcessor from "../../src/model/QuestionAnswerProcessor";

test/__tests__/QuestionCommentIcon.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from "react";
2-
import QuestionCommentIcon from "../../src/components/comment/QuestionCommentIcon";
32
import { cleanup, render } from "@testing-library/react";
43
import { composeStories } from "@storybook/testing-react";
54
import { fireEvent } from "@storybook/testing-library";

0 commit comments

Comments
 (0)