mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 23:26:55 +00:00
remove test
This commit is contained in:
parent
4827f717ff
commit
51ccd70a32
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ describe('e2e', () => {
|
||||||
|
|
||||||
const jsonString = '{"x":1,"y":"qux"}';
|
const jsonString = '{"x":1,"y":"qux"}';
|
||||||
let jsonResult = JSON.stringify(jsonString);
|
let jsonResult = JSON.stringify(jsonString);
|
||||||
|
|
||||||
expect(process.env.JSON_DATA).toBe(jsonResult);
|
|
||||||
|
|
||||||
jsonResult = jsonResult.substring(1, jsonResult.length - 1);
|
jsonResult = jsonResult.substring(1, jsonResult.length - 1);
|
||||||
expect(process.env.JSON_STRING).toBe(jsonResult);
|
expect(process.env.JSON_STRING).toBe(jsonResult);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue