@temporal-contract/testing
v0.0.7
Published
Temporal testing utilities
Readme
@temporal-contract/testing
Testing utilities for temporal-contract integration tests
Installation
pnpm add -D @temporal-contract/testingQuick Example
// vitest.config.ts
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globalSetup: '@temporal-contract/testing/global-setup',
testTimeout: 60000,
},
});Documentation
📖 Read the full documentation →
License
MIT
