UNPKG

@kazion/create-app

Version:

A cli tool to help you get started with graphql and rest api's with typescript

6 lines (4 loc) 141 B
import { describe, it } from 'vitest'; describe('createToken', () => { it('should create token give a string param', async () => {}); });