refactor: consistent api's for api/db type

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-02-12 16:25:23 +05:30
parent 8489ea7323
commit a461fa13eb
26 changed files with 649 additions and 685 deletions

View File

@@ -40,7 +40,7 @@ const nocoTestSuite = (apiType, dbType) => {
t3d.genTest(apiType, dbType);
};
nocoTestSuite("rest", false);
nocoTestSuite("rest", "mysql");
/**
* @copyright Copyright (c) 2021, Xgene Cloud Ltd