diff --git a/test/customFields.test.ts b/test/customFields.old similarity index 59% rename from test/customFields.test.ts rename to test/customFields.old index fc26a274..86b1f113 100644 --- a/test/customFields.test.ts +++ b/test/customFields.old @@ -1,5 +1,4 @@ -import { ConfigInput } from '../src'; -import { initializeClient, getClient } from './setupClient'; +/* import { initializeClient, getClient } from './setupClient'; import dotenv from 'dotenv'; dotenv.config(); @@ -9,10 +8,8 @@ beforeAll(async () => { await initializeClient(); }); -/** - * @todo add profile photo upload test - */ + describe('Test the Kanvas Custom Fields', () => { -}); \ No newline at end of file +}); */ \ No newline at end of file