mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
feat: renderFileToNodeStream(filepath, scope)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { expect } from 'chai'
|
||||
import { StreamedEmitter } from '../../../src/emitters/streamed-emitter-browser'
|
||||
|
||||
describe('emitters/streamed-emitter-browser', () => {
|
||||
it('should throw when try to constructing', () => {
|
||||
expect(() => new StreamedEmitter()).to.throw(/streaming not supported/)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user