fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
linting
[fnpeditor.git]
/
src
/
smartxml
/
smartxml.test.js
diff --git
a/src/smartxml/smartxml.test.js
b/src/smartxml/smartxml.test.js
index
2abdc80
..
bd1dfe4
100644
(file)
--- a/
src/smartxml/smartxml.test.js
+++ b/
src/smartxml/smartxml.test.js
@@
-5,6
+5,7
@@
define([
'use strict';
/*jshint expr:true */
'use strict';
/*jshint expr:true */
+/* global describe, it */
var expect = chai.expect;
var expect = chai.expect;
@@
-22,7
+23,7
@@
var elementNodeFromXML = function(xml) {
};
};
-describe
.only
('smartxml', function() {
+describe('smartxml', function() {
describe('Basic Document properties', function() {
it('exposes its root element', function() {
describe('Basic Document properties', function() {
it('exposes its root element', function() {