mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
fc3bd58edd
* 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
11 lines
188 B
JSON
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"
|
|
}
|
|
}
|