chore(test): organize tests a bit better (#7)
* chore(test): organize tests a bit better * add caching
This commit is contained in:
7
integrationTests/e2e/e2e.test.js
Normal file
7
integrationTests/e2e/e2e.test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
describe('e2e', () => {
|
||||
it('verify', () => {
|
||||
expect(process.env.SECRET).toBe("SUPERSECRET");
|
||||
expect(process.env.NAMED_SECRET).toBe("SUPERSECRET");
|
||||
expect(process.env.OTHERSECRET).toBe("OTHERSUPERSECRET");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user