import { expect } from "chai";// 类型判断expect('test').to.be.a('string');expect({ foo: 'bar' }).to.be.an('object