Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Sep 10, 2024
1 parent e8bdee7 commit 4258ca3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/customFields.test.ts → test/customFields.old
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ConfigInput } from '../src';
import { initializeClient, getClient } from './setupClient';
/* import { initializeClient, getClient } from './setupClient';
import dotenv from 'dotenv';

dotenv.config();
Expand All @@ -9,10 +8,8 @@ beforeAll(async () => {
await initializeClient();
});

/**
* @todo add profile photo upload test
*/

describe('Test the Kanvas Custom Fields', () => {


});
}); */

0 comments on commit 4258ca3

Please sign in to comment.