-
For unit-testing parts of our web application I want to simulate touch events. Could you provide some examples for this? (I am using the HammerJS jQuery plugin and the Jasmine framework).
-
When using `@web/test-runner-junit-reporter`, the generated report is empty
### Expected
Accurate JUnit XML report
Docs: https://modern-web.dev/docs/test-runner/reporters/junit/
### Actual
…
-
Hi every,
I just init a project with TypeScript and add some node modules. The project use by default webpack-stream with ts-loader and when I build I have a multiple error like that :
```
ERROR in…
-
A number of people seem to have encountered the same issue that it's difficult to use fixtures with javascript scripts that use document.ready or equivalent:
http://stackoverflow.com/questions/127152…
-
After days of debugging as I'm new to angular. I found that ng2-datepicker throwing this [error](https://stackoverflow.com/questions/52272486/not-able-to-debug-js-error-t-is-not-a-constructor) while r…
-
Probably not specific to this plugin, is anyone getting a `null` returned from calling `document.defaultView.getComputedStyle`?
https://github.com/dfcreative/jquery.waterfall/blob/master/jquery.waterf…
tmlee updated
8 years ago
-
Hello -
I am not sure if I am doing it right but when I run "grunt jasmine:test" I get ..
Running "jasmine:test" (jasmine) task
Testing jasmine specs via phantom
0 specs in 0.058s.
> > 0 failures
…
-
The chapter Backbone & JQuery Mobile goes after Exercise 3 but it's also repeated again after Jasmine chapter. This problem is not present on the PDF version.
-
What is Zepto included in generated package stub "a1-package-stubs.js"? Now, I have to override the jquery behaviour in every fixture, while I would prefer to do it only once and stub it myself in "cu…
-
I'm having trouble importing Ng2-Cytoscape. When I compile it gives this error:
>
> ERROR in NgCytoscapeModule is not an NgModule
> webpack: Failed to compile.
>
I'm using the latest Angula…