mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
chore: add missing types for test engings exports
This commit is contained in:
@@ -653,7 +653,7 @@ const enginesOnLocal = [
|
||||
// oracleEngine,
|
||||
];
|
||||
|
||||
/** @type {any} */
|
||||
/** @type {import('dbgate-types').TestEngineInfo[] & Record<string, import('dbgate-types').TestEngineInfo>} */
|
||||
module.exports = process.env.CITEST ? enginesOnCi : enginesOnLocal;
|
||||
|
||||
module.exports.mysqlEngine = mysqlEngine;
|
||||
|
||||
Reference in New Issue
Block a user