import { expect } from 'chai' import Ready from '../src/ready' let ready = new Ready() describe('Ready Testing', function () { it('Should worth with four kinds of observers', function () { // expect(u.isBuffer(Buffer.from('this is a test'))).to.equal(true) }) })