Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MariiaNebesnova committed Aug 27, 2021
1 parent b212a9d commit 6ef3f90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN",
"description": "",
"devtools_page": "index.html",
"version": "3.0.44",
"version": "3.0.45",
"permissions": [
"activeTab",
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdi-react-extension",
"version": "3.0.44",
"version": "3.0.45",
"description": "jdi react extension",
"scripts": {
"start": "npm run webpack",
Expand Down
5 changes: 3 additions & 2 deletions src/js/blocks/autoFind/tests/autoFind.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from "react";
import { AutoFindProvider, autoFindStatus, useAutoFind } from "../autoFindProvider/AutoFindProvider";
import { connector } from "../autoFindProvider/connector";

import { act } from "react-dom/test-utils";
import { render, unmountComponentAtNode } from "react-dom";
import * as pageDataHandlers from "../autoFindProvider/pageDataHandlers";
import * as pageDataHandlers from "../utils/pageDataHandlers";
import { connector } from "../utils/connector";
import {
abovePerception,
generationData,
Expand Down

0 comments on commit 6ef3f90

Please sign in to comment.