mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
dca609e3f9
In preparation for the big extraction of Parsoid out of VisualEditor, we'll start by moving the tests into the parsoid location. Change-Id: I4a926ee4aad1490d4f769d44e91af80842b881f0
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"
|
|
}
|
|
}
|