fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Stop running tests in PhantomJS by default
[fnpeditor.git]
/
src
/
wlxml
/
wlxml.test.js
diff --git
a/src/wlxml/wlxml.test.js
b/src/wlxml/wlxml.test.js
index
7c69bdb
..
2b495a8
100644
(file)
--- a/
src/wlxml/wlxml.test.js
+++ b/
src/wlxml/wlxml.test.js
@@
-185,17
+185,10
@@
describe('WLXMLDocument', function() {
});
describe('Extension', function() {
});
describe('Extension', function() {
- var doc, extension,
elementNode, textNode,
testClassNode;
+ var doc, extension, testClassNode;
beforeEach(function() {
doc = getDocumentFromXML('<section>Alice<div class="test_class"></div><div class="test_class.a"></div></section>');
beforeEach(function() {
doc = getDocumentFromXML('<section>Alice<div class="test_class"></div><div class="test_class.a"></div></section>');
- elementNode = doc.root;
- textNode = doc.root.contents()[0];
- testClassNode = doc.root.contents('.test_class');
- extension = {};
-
- expect(testClassNode.object).to.be.undefined;
-
});
it('allows adding method to an ElementNode of specific class', function() {
});
it('allows adding method to an ElementNode of specific class', function() {