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

Remove the dependency on jquery #228

Open
matthewp opened this issue Nov 1, 2018 · 0 comments
Open

Remove the dependency on jquery #228

matthewp opened this issue Nov 1, 2018 · 0 comments

Comments

@matthewp
Copy link
Contributor

matthewp commented Nov 1, 2018

I did a spike on seeing if we could remove jquery as a dependency: https://github.com/bitovi/funcunit/tree/no-jq

It didn't quite succeed. Some of the issues I ran into:

  • There are uses of .val() and .text(), etc. that we'd have to write our
    own versions of.
  • There are jqueryisms in the test and some dependencies on jquery-only
    selectors.
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

1 participant