Why I run `"meteor test --driver-package meteortesting:mocha --port 3100` Not show sever on chrome client?

meteor version 1.10 and I try testing meteor unit test I don’t know why on chrome show only client test and server test not show and this my command run "meteor test --driver-package meteortesting:mocha --port 3100 Please any suggest met

The server tests should be visible on the server console in your terminal

1 Like

before using practicalmeteor it show both client and server