it("provides mode to loaders when the option is 'none'", function() {
expect(require("./a")).toBe("none");
});