import path from "path"; export const SPEC_TEST_VERSION = "v1.0.0"; export const SPEC_TEST_TO_DOWNLOAD = ["general" as "general"]; export const SPEC_TESTS_DIR = path.join(__dirname, "spec-tests");