remove old markdown engine work-in-progress

This commit is contained in:
Sam Saffron
2017-07-12 08:13:33 -04:00
committed by Sam
parent 24db001bfa
commit ee470b5317
62 changed files with 639 additions and 3061 deletions

View File

@ -18,4 +18,4 @@ QUnit.test("extractByKey: converts a list of hashes into a hash of instances of
QUnit.test("extractByKey: returns an empty hash if there isn't anything to convert", assert => {
assert.deepEqual(Model.extractByKey(), {}, "when called without parameters");
assert.deepEqual(Model.extractByKey([]), {}, "when called with an empty array");
});
});