标签: angularjs npm jasmine
我有Symfony2和AngularJS的项目,我想用Jasmine来测试Frontend。
Angular文件位于web/js。
web/js
我知道我可以使用npm使用命令npm test进行sun测试,但在这种情况下,我必须在项目的主目录中包含package.json文件。
npm
npm test
package.json
我不确定是否应该使用npm来运行测试。也许我应该以其他方式运行它 - 只需运行Jasmine而不使用npm。
Jasmine