download
raw
308 Bytes
import { test } from 'node:test'
import Fastify from '../../fastify.js'
test('esm support', async t => {
const fastify = Fastify()
fastify.register(import('./plugin.mjs'), { foo: 'bar' })
fastify.register(import('./other.mjs'))
await fastify.ready()
t.assert.strictEqual(fastify.foo, 'bar')
})

Xet Storage Details

Size:
308 Bytes
·
Xet hash:
a62f3320d7a4eb16d009b8a84068ecd6004b636d8911f078e1e60daa99abd559

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.