5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

remove test

This commit is contained in:
JM Faircloth 2023-06-20 12:12:40 -05:00
parent 4827f717ff
commit 51ccd70a32

View file

@ -13,9 +13,6 @@ describe('e2e', () => {
const jsonString = '{"x":1,"y":"qux"}';
let jsonResult = JSON.stringify(jsonString);
expect(process.env.JSON_DATA).toBe(jsonResult);
jsonResult = jsonResult.substring(1, jsonResult.length - 1);
expect(process.env.JSON_STRING).toBe(jsonResult);
});