Skip to content

Commit df09bbe

Browse files
tegefaulkesCMCDragonkai
authored andcommitted
test: checking polykey secrets get contents in test
[ci skip]
1 parent 922f70c commit df09bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bin/secrets/secrets.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ describe('CLI secrets', () => {
134134
env: {},
135135
cwd: dataDir,
136136
});
137+
expect(result.stdout).toBe('MySecret: this is the secret\n')
137138
expect(result.exitCode).toBe(0);
138139
},
139140
);

0 commit comments

Comments
 (0)