We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e82a7d + 5397f77 commit 6a3b877Copy full SHA for 6a3b877
package.json
@@ -23,7 +23,7 @@
23
"start:web": "office-addin-debugging start manifest.xml web",
24
"stop": "office-addin-debugging stop manifest.xml",
25
"test": "npm run test:unit && npm run test:e2e",
26
- "test:e2e": "mocha -r ts-node/register test/end-to-end/*.ts",
+ "test:e2e": "mocha -r ts-node/register test/end-to-end/tests.ts",
27
"test:unit": "mocha -r ts-node/register test/unit/*.test.ts",
28
"validate": "office-addin-manifest validate manifest.xml",
29
"watch": "webpack --mode development --watch"
0 commit comments