diff --git a/testing.js b/testing.js index 770a01b..2c80e37 100644 --- a/testing.js +++ b/testing.js @@ -79,6 +79,12 @@ export class TestCase { * @type {string} */ this.testName = testName + /** + * This type can store custom information related to the TestCase + * + * @type {Map} + */ + this.meta = new Map() this._seed = null this._prng = null }