import { describe, it } from 'vitest';

describe('createToken', () => {
  it('should create token give a string param', async () => {});
});
