node tests: Add tests for message_store.js.

This commit is contained in:
Steve Howell
2016-11-18 10:08:41 -08:00
committed by Tim Abbott
parent af9ff9a030
commit 578b276523
3 changed files with 70 additions and 0 deletions

View File

@@ -641,6 +641,9 @@ util.execute_early(function () {
});
});
// This is for testing.
exports._add_message_metadata = add_message_metadata;
return exports;
}());