mediawiki-extensions-Visual.../tests/parser/package.json
Subramanya Sastry fc3bd58edd Added Jasmine specs to Parsoid.
* This is especially useful for running DOM -> wikitext tests.
* Run npm install to install dependencies.
* Add new specs in specs/ (see headings.spec.js for example).
* Run all specs with "node specs.js"
* With existing specs, this should fail one assertion.
  - The failing assertion is fixed in the bug-33089 branch.

Change-Id: I084868206a48ba6b69e6e3e85d94d0207a166ae0
2012-07-05 22:52:09 -05:00

11 lines
188 B
JSON

{
"name": "parsoid-tests",
"description": "Jasmine test for Parsoid",
"version": "0.0.1",
"dependencies": {
"html5": "0.x.x",
"jasmine-node": "1.x.x",
"should": "x.x.x"
}
}