Update e2e tests

- Add new e2e group to samples which can be used
  with particular tests.
- Relates #401
This commit is contained in:
Janne Valkealahti
2022-05-15 16:29:48 +01:00
parent ee21619885
commit 7224ee31de
5 changed files with 484 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ describe('builtin commands', () => {
/**
* fatjar commands
*/
describe(jarDesc, () => {
describe(jarDesc, () => {
beforeAll(() => {
command = jarCommand;
options = jarOptions;