import value from "./async";
it("should have the correct values", function() {
value.should.be.eql("default");
});