i would like to move some parts of my app to separate local packages.
Therefore i would like to move my mocha tests in the corresponding
package. Is there a way to run and show the tests of these packages in velocity?
If i click on "show files" in velocity, the test file is listed there, but the
test doesn't run.
I think it would be nice if there was a way to add "local" packages mocha tests to velocity?
So we can develop a package-based-app like a normal app.
The current walk around i found is to symlink the tests files of my packages to
the tests folder of the app.
Don't know how good this will work in future, but with a very simple test it works...
Hi,
i would like to move some parts of my app to separate local packages. Therefore i would like to move my mocha tests in the corresponding package. Is there a way to run and show the tests of these packages in velocity?
If i click on "show files" in velocity, the test file is listed there, but the test doesn't run.
I think it would be nice if there was a way to add "local" packages mocha tests to velocity? So we can develop a package-based-app like a normal app.
The current walk around i found is to symlink the tests files of my packages to the tests folder of the app. Don't know how good this will work in future, but with a very simple test it works...
Kind regards me23