UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

10 lines (8 loc) 314 B
import execa from "execa"; import path from "path"; import { describe, it } from "vitest"; describe("package.json types exports", () => { it("should have the correct types exports", async () => { await execa("pnpm", ["exec", "attw", "--pack", "."], { cwd: path.resolve(__dirname, "..") }); }, 10000); });