var typeofLibrary2 = typeof library2;
describe("library2", function() {
it("should run before main", function() {
expect(typeofLibrary2).toBe("undefined");
});
exports.library2common = { ok2: true };