fix(core): update
This commit is contained in:
12
test/test.ts
12
test/test.ts
@ -12,7 +12,17 @@ tap.test('first test', async () => {
|
||||
});
|
||||
|
||||
tap.test('should get me info', async () => {
|
||||
const result = await testMediumAccount.getUserInfo();
|
||||
const result = await testMediumAccount.getAccountInfo();
|
||||
// console.log(result);
|
||||
});
|
||||
|
||||
tap.test('should get publications', async () => {
|
||||
const result = await testMediumAccount.getPublications();
|
||||
// console.log(result);
|
||||
});
|
||||
|
||||
tap.test('should get own publications', async () => {
|
||||
const result = await testMediumAccount.getOwnPublications();
|
||||
// console.log(result);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user