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

@@ -90,7 +90,7 @@ describe('flow commands', () => {
/**
* native commands
*/
describe(nativeDesc, () => {
describe(nativeDesc, () => {
beforeAll(() => {
command = nativeCommand;
options = [];