UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

11 lines (9 loc) 247 B
import { extractVars } from "../extractVars"; test("extractVars", () => { expect( extractVars( "abc", "some\n--$delay = 10\nother\n-- $parallelism_global=1\ntail", ), ).toEqual({ $delay: 10, $parallelism_global: 1 }); });