Story
This project was written up in my blog in the article
QUnit Inside Firefox Extensions .
Resources
Here are the artifacts of that projects:
- qunit-1.11.0.css - Original (unmodified) QUnit CSS version 1.11.0.
- qunit-1.11.0.js - Original (unmodified) QUnit JavaScriptversion 1.11.0.
- qunit-chrome-1.11.0.js - My altered version of the JUnit code suitable for running inside a Firefox Extension.
- qunit-chrome-1.11.0.patch - The "patch" file generated (via "diff" command) between the original and the modified JUnit javascript files.