Skip to content

Add to documentation other way of using jQuery with Karma #8

@RoboBurned

Description

@RoboBurned

Please add to the Readme page the following way of using jquery with karma:
No need to install additional plugins and configure frameworks.

Just add to the karma.config

files: [
  "third_party/jquery-3.4.1/jquery.js", // path to jquery
],

If you also need other libraries like jquery-validation then add them after jquery.

files: [
  "third_party/jquery-3.4.1/jquery.js",
  "third_party/jquery-validation-1.19.1/jquery.validate.js"
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions