UNPKG

@mackenly/zaraz-tools

Version:

Unofficial 3rd party toolkit for Zaraz

10 lines (8 loc) 287 B
import { describe, it, expect } from 'vitest'; import type { ZarazContext } from '.'; describe('enrichment', async () => { it('should export type ZarazContext', async () => { const contextObject = {} as ZarazContext; expect(contextObject).toBeDefined(); }); });