exhaustive tests for sequencer function
All checks were successful
Unit tests / Unit tests (push) Successful in -2m10s
NPM Audit Check / Check NPM audit (push) Successful in -2m17s

This commit is contained in:
2025-08-29 11:11:16 -05:00
parent e6964315ab
commit 0c3b5c3be5
3 changed files with 101 additions and 15 deletions

View File

@@ -21,7 +21,7 @@
"main": "distribution/index.js",
"scripts": {
"build": "tsc",
"start": "node distribution/index.js",
"start": "node distribution/src/index.js",
"test": "vitest"
},
"dependencies": {