Skip to content

Commit 8732ac9

Browse files
committed
missing Linux platform in test
1 parent 7fc437a commit 8732ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/config/loadConfig.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ test('loadConfig salt error', () => {
7777

7878
cfg.algorithm.salt.value.darwin = SALT_FILE_PATH;
7979
cfg.algorithm.salt.value.win32 = SALT_FILE_PATH;
80+
cfg.algorithm.salt.value.linux = SALT_FILE_PATH;
8081
cfg.meta.signature = generateConfigHash(cfg);
8182

8283
writeFileSync(TEST_FILE_PATH, JSON.stringify(cfg), 'utf-8');

0 commit comments

Comments
 (0)