mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 08:06:55 +00:00
7 lines
No EOL
244 B
JavaScript
7 lines
No EOL
244 B
JavaScript
describe('e2e', () => {
|
|
it('verify', () => {
|
|
expect(process.env.SECRET).toBe("SUPERSECRET");
|
|
expect(process.env.NAMED_SECRET).toBe("SUPERSECRET");
|
|
expect(process.env.OTHERSECRET).toBe("OTHERSUPERSECRET");
|
|
});
|
|
}); |