Просмотр исходного кода
docs: Fix simple typo, skiped -> skipped
There is a small typo in test/mustache-spec-test.js.
Should read `skipped` rather than `skiped`.
pull/749/head
Tim Gates
6 лет назад
Родитель
Сommit
ed20d9b768
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: AE3BE0D53823CF05
1 измененных файлов:
1 добавлений и
1 удалений
-
test/mustache-spec-test.js
|
|
|
@@ -32,7 +32,7 @@ var skipTests = { |
|
|
|
] |
|
|
|
}; |
|
|
|
|
|
|
|
// You can run the skiped tests by setting the NOSKIP environment variable to |
|
|
|
// You can run the skipped tests by setting the NOSKIP environment variable to |
|
|
|
// true (e.g. NOSKIP=true mocha test/mustache-spec-test.js) |
|
|
|
var noSkip = process.env.NOSKIP; |
|
|
|
|
|
|
|
|