fix: added some unit tests for vm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user