feat: updates

This commit is contained in:
qier222 2023-01-07 14:39:03 +08:00
parent 884f3df41a
commit c6c59b2cd9
No known key found for this signature in database
84 changed files with 3531 additions and 2616 deletions

View file

@ -1,11 +1,11 @@
import { test } from 'tap'
import { build } from '../helper'
test('example is loaded', async (t) => {
test('example is loaded', async t => {
const app = await build(t)
const res = await app.inject({
url: '/example'
url: '/example',
})
t.equal(res.payload, 'this is an example')