We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a6572 commit 87f6f73Copy full SHA for 87f6f73
1 file changed
astro/packages/site/docs/tests/smoke.test.ts
@@ -0,0 +1,8 @@
1
+import { buildApiPackage } from '@libtmux/api-model'
2
+import { describe, expect, it } from 'vitest'
3
+
4
+describe('docs site', () => {
5
+ it('references core api model helpers', () => {
6
+ expect(typeof buildApiPackage).toBe('function')
7
+ })
8
+})
0 commit comments