Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ldco2016 opened this issue Jan 26, 2022 · 1 comment
Open

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

ldco2016 opened this issue Jan 26, 2022 · 1 comment

Comments

@ldco2016
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants