Add test/HOWTO.md (#696)

Note: I will now expect new PRs to add tests for the functionality they
add or change. (Including my own, mostly...)

Fixes #657
This commit is contained in:
Henrik Ingo
2018-12-17 21:35:15 +02:00
committed by GitHub
parent 65870699f4
commit f6f4a36766
3 changed files with 68 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ var loadIframe = function( src, assert, callback ) {
console.log( 'Begin loadIframe' );
// When running in Karma, the #qunit-fixture appears from somewhere and we can't set its
// contents in advance.
// contents in advance, so we set it now.
var fix = document.getElementById( 'qunit-fixture' );
fix.innerHTML = [
'\n',