#!/usr/bin/env ts-node

import { test }  from 'tstest'

test('stream testing', async (t) => {
  t.skip('to be writen')
})
