Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 1189825

Browse files
committed
Fixed a broken unit test
1 parent e5230ad commit 1189825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ describe('xml2json', function () {
147147
var json = internals.readFixture('xmlsanitize3.json');
148148

149149
expect(result).to.equal(json);
150+
done();
150151
});
151152

152153
it('converts with forceArrays', function(done) {

0 commit comments

Comments
 (0)