test-import-schema.js 235 B

12345
  1. import { importAllSchemas } from "../import-schemas";
  2. global.config["PARSE_SERVERURL"] = "http://http://8.140.98.43/parse",
  3. global.config["PARSE_APPID"] = "edu-textbook",
  4. global.config["PARSE_MASTERKEY"] = "EDU2024",
  5. importAllSchemas()