UNPKG

@qaflag/core

Version:

Base requirements for the QA Flag library

12 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestCase = void 0; class TestCase { constructor(opts) { this.title = opts.title; this.key = opts.key; this.description = opts.description; } } exports.TestCase = TestCase; //# sourceMappingURL=case.js.map