The webaxons at https://github.com/nervousnet/nervousnet-axons/tree/master/testing expect that the package.json in the forked repository and the .json in the testing folder is the same. Otherwise it won't register as a installed axon (see getInstalledAxonsList method in AxonStore)
Fix idea: Only use one json configuration file, i.e. by chaning above listed AxonStore method)
The webaxons at https://github.com/nervousnet/nervousnet-axons/tree/master/testing expect that the package.json in the forked repository and the .json in the testing folder is the same. Otherwise it won't register as a installed axon (see getInstalledAxonsList method in AxonStore)
Fix idea: Only use one json configuration file, i.e. by chaning above listed AxonStore method)