版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

15 righe
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;