path-serializer
v0.2.2
Published
path-serializer
Downloads
7,890
Readme
path-serializer
// __snapshots__/index.test.ts.snap
{
"loader" : "<ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/builtin-plugin/css-extract/loader-js"
}
Usage
// vitest.setup.ts
import { createSnapshotSerializer } from 'path-serializer';
expect.addSnapshotSerializer(
createSnapshotSerializer({
workspace: path.join(__dirname, '..'),
}),
);
The specific usage can be found in ./src/types.ts