UNPKG

ahooks

Version:
12 lines (11 loc) 387 B
import { __read } from "tslib"; import { describe, expect, test } from 'vitest'; import * as ahooks from '.'; describe('ahooks', function () { test('exports modules should be defined', function () { Object.entries(ahooks).forEach(function (_a) { var _b = __read(_a, 2), key = _b[0], value = _b[1]; expect(value).toBeDefined(); }); }); });