Skip to content

Commit 0e4673e

Browse files
authored
Merge branch 'yo-office' into master
2 parents 21dbbc1 + 6b05fac commit 0e4673e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"start:web": "office-addin-debugging start manifest.xml web",
2727
"stop": "office-addin-debugging stop manifest.xml",
2828
"test": "npm run test:unit && npm run test:e2e",
29-
"test:e2e": "mocha -r ts-node/register test/end-to-end/*.ts",
29+
"test:e2e": "mocha -r ts-node/register test/end-to-end/tests.ts",
3030
"test:unit": "mocha -r ts-node/register test/unit/*.test.ts",
3131
"validate": "office-addin-manifest validate manifest.xml",
3232
"watch": "webpack --mode development --watch"

0 commit comments

Comments
 (0)