mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 01:37:43 +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:
@@ -10,7 +10,7 @@ const nocoTestSuite = (apiType, dbType) => {
|
||||
t9a.genTest(apiType, dbType, "CY_QUICK");
|
||||
|
||||
// AT Import verification
|
||||
t7b.genTest(apiType, dbType)
|
||||
t7b.genTest(apiType, dbType);
|
||||
t9a.genTest(apiType, dbType, "AT_IMPORT");
|
||||
};
|
||||
|
||||
@@ -36,4 +36,4 @@ nocoTestSuite("rest", "xcdb");
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user