chaijs / chai-jquery

jQuery assertions for chai
MIT License
372 stars 69 forks source link

Error: Cannot find module 'chai-jquery' #113

Open ldco2016 opened 2 years ago

ldco2016 commented 2 years ago

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";
koddsson commented 2 years ago

It sure is, it's published on the npm registry.