UNPKG

generator-api-on-calling

Version:

generate frontend api request client according to an openapi shema url

10 lines (7 loc) 166 B
'use strict'; const { expect, test } = require('@jest/globals'); describe('hello world 1', () => { test('demo 0', () => { expect('1').toBeTruthy(); }); });