import chai from "chai" describe("Karma test runner", function() { chai.should() let sandbox = null beforeEach(function() { sandbox = ( ) }) it("should compile JSX correctly", function() { document.body.appendChild(sandbox) return true }) })