mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Test documentation with markdown-doctest.
This commit is contained in:
committed by
John-David Dalton
parent
6c6e1c2be3
commit
ef1024bb60
@@ -10,7 +10,7 @@
|
||||
"build:fp-modules": "node lib/fp/build-modules.js",
|
||||
"build:main": "node lib/main/build-dist.js",
|
||||
"build:main-modules": "node lib/main/build-modules.js",
|
||||
"doc": "node lib/main/build-doc github",
|
||||
"doc": "node lib/main/build-doc github && npm run test:docs",
|
||||
"doc:fp": "node lib/fp/build-doc",
|
||||
"doc:site": "node lib/main/build-doc site",
|
||||
"pretest": "npm run build",
|
||||
@@ -22,6 +22,7 @@
|
||||
"test": "npm run test:main && npm run test:fp",
|
||||
"test:fp": "node test/test-fp",
|
||||
"test:main": "node test/test",
|
||||
"test:docs": "markdown-doctest",
|
||||
"validate": "npm run style && npm run test"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -40,6 +41,7 @@
|
||||
"jquery": "^2.2.3",
|
||||
"jscs": "^3.0.1",
|
||||
"lodash": "4.10.0",
|
||||
"markdown-doctest": "^0.3.4",
|
||||
"platform": "^1.3.1",
|
||||
"qunit-extras": "^1.5.0",
|
||||
"qunitjs": "~1.23.1",
|
||||
|
||||
Reference in New Issue
Block a user