1/* 2 * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. 3 * License: MS-RSL – see LICENSE.md for details 4 */ 5 6/* 7Test offline patches. 8*/ 9 10describe("Tests saving patches made when offline", () => { 11 it("doesn't do it yet", () => {}); 12}); 13 14export {}; 15 16