Skip to content

Commit

Permalink
[Clean] Tests - import optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechLunak committed Jul 5, 2023
1 parent 227501f commit 6e72ff8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/__tests__/InputAnswer.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import JsonLdUtils from "jsonld-utils";

import Answer from "../../src/components/Answer";
import Constants from "../../src/constants/Constants";
Expand Down
1 change: 0 additions & 1 deletion test/__tests__/Question.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import Question from "../../src/components/Question";
import { cleanup, render } from "@testing-library/react";
import { composeStories } from "@storybook/testing-react";
import { expect } from "@storybook/jest";
Expand Down
2 changes: 0 additions & 2 deletions test/__tests__/QuestionAnswerProcessor.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import JsonLdUtils from "jsonld-utils";

import Constants from "../../src/constants/Constants";
import * as Generator from "../environment/Generator";
import QuestionAnswerProcessor from "../../src/model/QuestionAnswerProcessor";
Expand Down
1 change: 0 additions & 1 deletion test/__tests__/QuestionCommentIcon.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import QuestionCommentIcon from "../../src/components/comment/QuestionCommentIcon";
import { cleanup, render } from "@testing-library/react";
import { composeStories } from "@storybook/testing-react";
import { fireEvent } from "@storybook/testing-library";
Expand Down

0 comments on commit 6e72ff8

Please sign in to comment.