You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is chai-query a library? I cannot seem to install it from npm registry for this legacy application I am trying to work with.
import _$ from "jquery";
import React from "react";
import ReactDOM from "react-dom";
import TestUtils from "react-dom/test-utils";
import jsdom from "jsdom";
import chai, { expect } from "chai";
import chaiJquery from "chai-jquery";
import { Provider } from "react-redux";
import { createStore } from "redux";
import reducers from "../src/reducers";
The text was updated successfully, but these errors were encountered:
Is
chai-query
a library? I cannot seem to install it from npm registry for this legacy application I am trying to work with.The text was updated successfully, but these errors were encountered: