/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ /* Test offline patches. */ describe("Tests saving patches made when offline", () => { it("doesn't do it yet", () => {}); }); export {};