mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-11 22:50:05 +00:00
final cleanup
This commit is contained in:
parent
1a47f33407
commit
4ef647191c
3 changed files with 1 additions and 56 deletions
|
|
@ -17,16 +17,4 @@ describe('e2e', () => {
|
|||
result = result.substring(1, result.length - 1);
|
||||
expect(process.env.JSONDATA).toBe(result);
|
||||
});
|
||||
|
||||
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', () => {
|
||||
let result = JSON.stringify('{"x":1,"y":"qux"}');
|
||||
result = result.substring(1, result.length - 1);
|
||||
expect(process.env.JSONDATA).toBe(result);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue