Skip to content

Commit

Permalink
renamed user-journey package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Oct 23, 2024
1 parent 04481c4 commit 2486c55
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "user-journey",
"name": "armory-e2e-testing",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/user-journey/src",
"sourceRoot": "packages/armory-e2e-testing/src",
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["packages/user-journey/**/*.ts"]
"lintFilePatterns": ["packages/armory-e2e-testing/**/*.ts"]
}
},
"test:e2e": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "packages/user-journey/jest.e2e.ts",
"jestConfig": "packages/armory-e2e-testing/jest.e2e.ts",
"verbose": true,
"runInBand": true
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2486c55

Please sign in to comment.