mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-10 06:00:05 +00:00
add debug
This commit is contained in:
parent
b536ec9ec6
commit
a2cae737a3
2 changed files with 11 additions and 1 deletions
|
|
@ -14,4 +14,14 @@ describe('e2e', () => {
|
|||
expect(process.env.JSONSTRINGMULTILINE).toBe('{"x":1,"y":"q\\nux"}');
|
||||
expect(process.env.JSONDATA).toBe('{"x":1,"y":"qux"}');
|
||||
});
|
||||
|
||||
it('verify jsonstring', () => {
|
||||
expect(process.env.JSONSTRING).toBe('{"x":1,"y":"qux"}');
|
||||
});
|
||||
it('verify jsonstringmultiline', () => {
|
||||
expect(process.env.JSONSTRINGMULTILINE).toBe('{"x":1,"y":"q\\nux"}');
|
||||
});
|
||||
it('verify jsondata', () => {
|
||||
expect(process.env.JSONDATA).toBe('{"x":1,"y":"qux"}');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue