You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
[x ] I am running the latest version of Node and the tools
[x ] I checked the documentation and found no answer
[ x] I checked to make sure that this issue has not already been filed
Expected behavior
The test:e2e and test:unit scripts would not be in the package.json of custom function projects.
Current behavior
The test:e2e and test:unit scripts ARE in the package.json of custom function projects. They do not work. Try to run them and you get an error saying that "mocha" is not a recognized command.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Create project with yo office.
Choose either of the custom function project types.
Let the project be created.
Open the package.json.
The two test scripts are still in it.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Operating System: Win11
Node version: 16.13.1
Office version:
Tool version: latest, just installed
Failure Logs
Please include any relevant log snippets, screenshots or code samples here.
The text was updated successfully, but these errors were encountered:
Prerequisites
Please answer the following questions before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Expected behavior
The test:e2e and test:unit scripts would not be in the package.json of custom function projects.
Current behavior
The test:e2e and test:unit scripts ARE in the package.json of custom function projects. They do not work. Try to run them and you get an error saying that "mocha" is not a recognized command.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets, screenshots or code samples here.
The text was updated successfully, but these errors were encountered: