mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 21:56:57 +00:00
chore(test): JS prettier for all files
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -8,29 +8,29 @@ let t6f = require("../common/6f_attachments");
|
||||
let t6g = require("../common/6g_base_share");
|
||||
let t7a = require("../common/7a_create_project_from_excel");
|
||||
const {
|
||||
setCurrentMode,
|
||||
setCurrentMode,
|
||||
} = require("../../support/page_objects/projectConstants");
|
||||
const t8a = require("../common/8a_webhook");
|
||||
|
||||
const nocoTestSuite = (apiType, dbType) => {
|
||||
setCurrentMode(apiType, dbType);
|
||||
t01.genTest(apiType, dbType);
|
||||
setCurrentMode(apiType, dbType);
|
||||
t01.genTest(apiType, dbType);
|
||||
|
||||
t6b.genTest(apiType, dbType);
|
||||
t6d.genTest(apiType, dbType);
|
||||
// exclude@ncv2 t6c.genTest(apiType, dbType);
|
||||
t6f.genTest(apiType, dbType);
|
||||
t6g.genTest(apiType, dbType);
|
||||
t6b.genTest(apiType, dbType);
|
||||
t6d.genTest(apiType, dbType);
|
||||
// exclude@ncv2 t6c.genTest(apiType, dbType);
|
||||
t6f.genTest(apiType, dbType);
|
||||
t6g.genTest(apiType, dbType);
|
||||
|
||||
// webhook tests
|
||||
t8a.genTest(apiType, dbType)
|
||||
// webhook tests
|
||||
t8a.genTest(apiType, dbType);
|
||||
|
||||
// **deletes created project, hence place it @ end
|
||||
t6e.genTest(apiType, dbType);
|
||||
// **deletes created project, hence place it @ end
|
||||
t6e.genTest(apiType, dbType);
|
||||
|
||||
// intended to keep this after earlier project deletion
|
||||
// creates project using excel & deletes it
|
||||
t7a.genTest(apiType, dbType);
|
||||
// intended to keep this after earlier project deletion
|
||||
// creates project using excel & deletes it
|
||||
t7a.genTest(apiType, dbType);
|
||||
};
|
||||
|
||||
nocoTestSuite("rest", "postgres");
|
||||
|
||||
Reference in New Issue
Block a user