Skip to main content

A set of helpers used to create dynamic mocks for camouflage mocking lib.

This package works with Node.js
This package works with Node.js
JSR Score
88%
Published
8 months ago (0.1.4)
Package root>vite.config.mts
import { defineConfig } from 'npm:vitest@^0.34.1/config'

export default defineConfig({
  resolve: {
    alias: {
      '@': __dirname + '/src',
    },
  },
})