Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd8505ea

Browse files
committed
fix path to mocha executable
1 parent060cd5e commitd8505ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎coderoad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version:"0.4.2"
22
config:
33
testRunner:
4-
command:./node_modules/.bin/mocha
4+
command:node_modules/.bin/mocha
55
args:
66
filter:--grep
77
tap:--reporter=mocha-tap-reporter

‎tutorial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"config": {
88
"testRunner": {
9-
"command":"./node_modules/.bin/mocha",
9+
"command":"node_modules/.bin/mocha",
1010
"args": {
1111
"filter":"--grep",
1212
"tap":"--reporter=mocha-tap-reporter"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp