mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 04:17:17 +00:00
refactor: consistent api's for api/db type
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ const nocoTestSuite = (apiType, dbType) => {
|
||||
t4f.genTest(apiType, dbType);
|
||||
};
|
||||
|
||||
nocoTestSuite("graphql", false);
|
||||
nocoTestSuite("graphql", "mysql");
|
||||
|
||||
/**
|
||||
* @copyright Copyright (c) 2021, Xgene Cloud Ltd
|
||||
|
||||
Reference in New Issue
Block a user