Skip to content

Instantly share code, notes, and snippets.

@MikeRyanDev
Created October 30, 2015 03:13
Show Gist options
  • Save MikeRyanDev/b60d15c0bec061d4bb68 to your computer and use it in GitHub Desktop.
Save MikeRyanDev/b60d15c0bec061d4bb68 to your computer and use it in GitHub Desktop.
TypeScript not compiling correctly
import chai from 'chai';
chai.should();
let { expect } = chai;
export { expect };
import sinon from 'sinon';
import chai from 'chai';
chai.should();
let {expect} = chai;
export {expect, sinon};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment