Skip to content

Commit 524deba

Browse files
committed
test: fix example test
1 parent 7d74fc2 commit 524deba

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
@@ -28,7 +28,7 @@
2828
"prepublish": "npm run --if-present build",
2929
"pretest": "node tool/create-fixtures.js",
3030
"test": "mocha && npm run test:textlint",
31-
"test:textlint": "(cd example && npm t)"
31+
"test:textlint": "(cd example && npm it)"
3232
},
3333
"keywords": [
3434
"textlint",

0 commit comments

Comments
 (0)