UNPKG

@tevm/bundler-cache

Version:
10 lines (8 loc) 251 B
import { describe, expect, it } from 'vitest' import * as index from './index.js' describe('index', () => { it('should export createCache', () => { expect(index.createCache).toBeDefined() expect(typeof index.createCache).toBe('function') }) })