Valery Ivanov

Results 10 comments of Valery Ivanov

I am using. I route to correct response file, but if it is not found then body response is used. Only thing is that body response may be long and...

Yes! This is how I use it now ``` "response": { "status": 200, "file": "data/some_pattern_file__.xml", "body": "

@amenadiel what error was shown when you tried NightmareJS? I also tried that but it just says `Error: Failed to fetch` whatever file is under test.

C:\IntelliJ_workspace\NG6-starter>npm ls [email protected] C:\IntelliJ_workspace\NG6-starter ├── [email protected] ├── [email protected] ├── [email protected] ├─┬ [email protected] │ ├─┬ [email protected] │ │ ├── [email protected] │ │ └── [email protected] │ ├─┬ [email protected] │ │ └─┬ [email protected]...

By 'added' this is how bootstrap-wizard.js looks like after loaded with jspm. ![1](https://cloud.githubusercontent.com/assets/3888810/15508015/867aeea8-21d6-11e6-87a3-f80b1fde495e.png)

Tried this but did not help ``` shim: { "bootstrap-wizard": { "deps": ["jquery"], "exports": "$" } }, ```

Removing ``` "exports bootstrapWizard"; ``` did help, but why is this there anyway? This lib does not export anything but rather adds functionality to jquery? And how do I make...

@maksymkovalenko this does not seem to work... could you please add more detailed example? where should this be added? in constructor?