mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-07-25 16:03:15 +03:00
38c189f087
* chore(test): organize tests a bit better * add caching
7 lines
244 B
JavaScript
7 lines
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");
|
|
});
|
|
}); |