Question

How do I access the full JQuery library within my Karma E2E tests?

Was it helpful?

Solution

Are you using a config file? Just include it like any other:

files = [
  JASMINE,
  JASMINE_ADAPTER,
  'angular.js',
  'jquery.js',
  // etc...
];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top