aboutsummaryrefslogtreecommitdiffstats
path: root/karma-jquery.conf.js
AgeCommit message (Collapse)Author
2014-02-18fix(jqLite): make jqLite('<iframe src="someurl">').contents() return iframe ↵Caitlin Potter
document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes #6320 Closes #6323
2013-08-23chore(travis): clean up logsVojta Jina
Forward SauceConnect logs and Karma debug logs into a file and print these files at the very end of a build.
2013-06-28chore: set up Sauce Labs with TravisVojta Jina
This should not affect the Jenkins build at all. Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any browser/platform that Sauce Labs offers.
2013-06-28chore: clean up angularFiles.jsVojta Jina
2013-06-28chore: update karma to 0.9.4Vojta Jina
And also add shared config to make karma configs a bit simpler.
2013-04-01chore: use KarmaVojta Jina