Skip to content

DiamondYuan/fixture-manager

Repository files navigation

fixture

A sample test fixture manager.

fixtures
└── hello
    └── hello.md
import { FixtureManager } from "fixture-manager";

const fixtures = new FixtureManager({ path: "fixtures" });
const first = await fixtures.get("hello");
first.readFile("hello.md"); // Hello World

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published