Skip to content

Commit a388b28

Browse files
authored
Merge pull request #891 from LIT-Protocol/feature/jss-107-refactor-move-e2e-and-artillery-into-packages
Feature/jss 107 refactor move e2e and artillery into packages
2 parents f59121d + f7b6ea5 commit a388b28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1551
-6763
lines changed

.env.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ LOG_LEVEL=silent
55
LIVE_MASTER_ACCOUNT=
66
LOCAL_MASTER_ACCOUNT=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
77

8-
NODE_NO_WARNINGS=1
8+
NODE_NO_WARNINGS=1
9+
NODE_OPTIONS=--no-deprecation

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ lit-cache
9090
lit-auth-local
9191
artillery-state.json
9292
artillery-pkp-tokens
93-
lit-auth-artillery
93+
lit-auth-artillery
94+
alice-auth-manager-data
95+
96+
.plans
97+
.e2e

e2e/artillery/README.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

e2e/example.js

Lines changed: 0 additions & 100 deletions
This file was deleted.

e2e/src/e2e.spec.ts

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)