o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
114 stars 44 forks source link

Unit tests for prompts validation. #680

Open shimkiv opened 3 months ago

shimkiv commented 3 months ago

Currently skipped with the /* istanbul ignore next */ across multiple source files. We need to implement tests to check prompts inputs validation in the form of unit tests (these are already covered by E2E tests as well).

shimkiv commented 3 months ago

Is related to: https://github.com/o1-labs/zkapp-cli/pull/661