0.20.1 • Published 8 months ago

@teqfw/test v0.20.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

teqfw/test

CAUTION: TeqFW is an unstable, fast-growing project w/o backward compatibility. Use it at your own risk.

Base plugin to tests TeqFW apps.

Usage in test scripts

import {config, container, dbConnect, RDBMS} from '@teqfw/test';

const path = config.pathToRoot;
const obj = await container.get('depId');
/** @type {TeqFw_Db_Back_RDb_Connect} */
const conn = await dbConnect(RDBMS.POSTGRESQL);