mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 00:00:52 +00:00
- Replace class-based implementation with functional approach - Switch from Manten to Vitest for testing - Update README with clearer API documentation - Fix alphabet randomization test
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'node',
|
|
},
|
|
});
|