From 24e73bdbeb5e83ff18d2f9b359e7b41fe8230c1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 3 Oct 2013 16:07:56 +0200 Subject: [PATCH] make sure to run all tests --- src/smartxml/smartxml.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smartxml/smartxml.test.js b/src/smartxml/smartxml.test.js index 2abdc80..499d1e9 100644 --- a/src/smartxml/smartxml.test.js +++ b/src/smartxml/smartxml.test.js @@ -22,7 +22,7 @@ var elementNodeFromXML = function(xml) { }; -describe.only('smartxml', function() { +describe('smartxml', function() { describe('Basic Document properties', function() { it('exposes its root element', function() { -- 2.20.1