Skip to content

Commit

Permalink
[testing] add TestCase.meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jun 3, 2023
1 parent d5406e7 commit bd69ab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing.js
Expand Up @@ -79,6 +79,12 @@ export class TestCase {
* @type {string}
*/
this.testName = testName
/**
* This type can store custom information related to the TestCase
*
* @type {Map<string,any>}
*/
this.meta = new Map()
this._seed = null
this._prng = null
}
Expand Down

0 comments on commit bd69ab4

Please sign in to comment.