improve spec

This commit is contained in:
Jan Potoms
2018-01-25 10:26:21 +01:00
parent b0d8c62d1c
commit 1da831baa4

View File

@@ -120,7 +120,7 @@ describe("@babel/register", function() {
chai.expect(require(DATA_ES2015)).to.equal("hello");
});
it("Resets babel next register", () => {
it("resets babel on subsequent register calls", () => {
function crash() {
throw new Error("shouldn't be called");
}