mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 06:22:45 -08:00
refactor(core): normalize service naming across app runtime
This commit is contained in:
@@ -28,7 +28,10 @@ function createIntegrationTestContext(
|
||||
};
|
||||
|
||||
const stateDir = fs.mkdtempSync(
|
||||
path.join(os.tmpdir(), options.stateDirPrefix ?? "subminer-anki-integration-"),
|
||||
path.join(
|
||||
os.tmpdir(),
|
||||
options.stateDirPrefix ?? "subminer-anki-integration-",
|
||||
),
|
||||
);
|
||||
const knownWordCacheStatePath = path.join(stateDir, "known-words-cache.json");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user