fix: added some unit tests for vm

This commit is contained in:
2026-07-26 23:07:28 +05:30
parent a16d06df64
commit 9e66a1aad5
2 changed files with 58 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package repl
// TODO
// in trying to implement unit test for Run we would kinda endup implementing a test which would be somewhat similar to
// e2e test which we already have in place under ../tests directory
// PrintConsole simply prints godb > to the console, so not sure if we would need a test for that
// Skipping unit test for this, while marking it as a TODO