版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
414 B

  1. import chai from './index.js';
  2. export const expect = chai.expect;
  3. export const version = chai.version;
  4. export const Assertion = chai.Assertion;
  5. export const AssertionError = chai.AssertionError;
  6. export const util = chai.util;
  7. export const config = chai.config;
  8. export const use = chai.use;
  9. export const should = chai.should;
  10. export const assert = chai.assert;
  11. export const core = chai.core;
  12. export default chai;