mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
|
var tap = require('tap')
|
||
|
var saxStream = require('../lib/sax').createStream()
|
||
|
tap.doesNotThrow(function () {
|
||
|
saxStream.end()
|
||
|
})
|