Explorar el Código
docs: Fix simple typo, skiped -> skipped (#749)
There is a small typo in test/mustache-spec-test.js.
Should read `skipped` rather than `skiped`.
tags/v4.1.0
Tim Gates
GitHub
hace 6 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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; |
|
|
|
|
|
|
|
|