Skip to content

Instantly share code, notes, and snippets.

@h4ckm03d
Last active October 6, 2022 07:27
Show Gist options
  • Save h4ckm03d/4b1d74cd910f70a3b8df13376041310e to your computer and use it in GitHub Desktop.
Save h4ckm03d/4b1d74cd910f70a3b8df13376041310e to your computer and use it in GitHub Desktop.
SDLC problem
  • get latest release log issue
test migrate qore apps
import { deployApps } from "../../src/app/infra/app_migrator";

describe("migrate", () => {
    test("returns ok", async () => {
        try {
            await deployApps("323")
        } catch (e) {
            console.trace(e);
        }
    });
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment