Skip to content

Commit

Permalink
feat(api): #3121 scdl integration script
Browse files Browse the repository at this point in the history
- rename variable
  • Loading branch information
461OceanBd committed Jan 16, 2025
1 parent f7f7fae commit 9d9d1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/configurations/scdlIntegration.conf.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SCDL_FILE_PROCESSING_PATH = process.env.SCDL_FILE_PROCESSING_PATH || "./data-integration";
export const SCDL_FILE_PROCESSING_CONFIG_FILENAME = "scdl-file-processing-config.json";
export const SCDL_FILE_PROCESSING_CONFIG_FILENAME = "scdl-file-processing.config.json";
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ScdlParseArgs, ScdlParseXlsArgs } from "../../@types/ScdlDataIntegratio

jest.mock("../../configurations/scdlIntegration.conf", () => ({
SCDL_FILE_PROCESSING_PATH: path.resolve(__dirname, "test-integration"),
SCDL_FILE_PROCESSING_CONFIG_FILENAME: "test-scdl-file-processing-config.json",
SCDL_FILE_PROCESSING_CONFIG_FILENAME: "test-scdl-file-processing.config.json",
}));
jest.mock("../cli/Scdl.cli");

Expand Down

0 comments on commit 9d9d1a1

Please sign in to comment.