UNPKG

@teqfw/test

Version:

Provides a test environment for TeqFW plugins and projects, including a pre-configured DI container, database support, and plugin dependency management tools.

10 lines (9 loc) 216 B
export default class TeqFw_Test_Back_Dto_Config { /** * Absolute path to the root of the project. * Where './node_modules/@teqfw/test/' is placed. * * @type {string} */ pathToRoot; }