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 21dbbc1 + 6b05fac commit 0e4673eCopy full SHA for 0e4673e
package.json
@@ -26,7 +26,7 @@
26
"start:web": "office-addin-debugging start manifest.xml web",
27
"stop": "office-addin-debugging stop manifest.xml",
28
"test": "npm run test:unit && npm run test:e2e",
29
- "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",
30
"test:unit": "mocha -r ts-node/register test/unit/*.test.ts",
31
"validate": "office-addin-manifest validate manifest.xml",
32
"watch": "webpack --mode development --watch"
0 commit comments