I have an issue that when I try to append or set up HTML code in the div id="qunit-fixture" when testing with Qunit running under ReSharper 8. The div id="qunit-fixture" is deleted for some reason. I need to test events specified in the document ready function but can not do so if I can not add the elements in the div id="qunit-fixture". Are there any solutions for this?
相关问题
- Resharper 7 on VS2012 ignores assembly redirect in
- Shortcut for extract local variable in Visual Stud
- Resharper Naming Exception for “iPhone”
- Resharper Rename Fields
- Does this Resharper fix for disposed closure warni
相关文章
- resharper 提示设置
- How to pull a method out of its class (and into a
- List of Resharper Default Formatting and Rules
- Formatting Resharper backing fields for properties
- Resharper gotchas [closed]
- Resharper convert auto-property to full property
- Code is heuristically unreachable
- ember testing Error Adapter operation failed
It does not get deleted. It is simply not there with the Resharper QUnit test runner!
You can see for yourself when the browser opens, and check the "view source" of the HTML.
To overcome this problem, you might want to setup your QUnit test module as follows: