convex-test

v0.0.21
A JS mock of the Convex backend for testing your Convex functions.
test jest vitest convex

lint

eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0

test

vitest

build

tsc && replace-in-file '"./convex/**/*.*s"' '"../../../convex/**/*.*s"' ./dist/index.js

clean

rm -rf dist

prebuild

npm run lint && npm run test:once

test:once

vitest run

test:debug

vitest --inspect-brk --no-file-parallelism

test:coverage

vitest run --coverage

prepublishOnly

npm run build

Metadata

  • Apache-2.0
  • Whatever
  • Sarah Shader & Michal Srb
  • released 5/31/2024

Downloads