Qunit qunit-fixture div gets deleted running unit tests with Resharper 8
问题 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? 回答1: It does not get deleted. It is simply not there with the Resharper QUnit test runner! You can see for yourself when