@luigi-project/testing-utilities 2.22.2-dev.20250640036 → 2.22.2-dev.20250720036

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Luigi Testing Utilities
2
2
 
3
- The [Luigi Testing Utilities](https://github.com/SAP/luigi/tree/main/client-frameworks-support/testing-utilities) are a set of auxiliary functions used to enhance the user experience while testing Luigi-based micro frontends. The functions abstract away Luigi-specific logic from the tester so that it is easier for them to mock and assert Luigi functionality.
3
+ The [Luigi Testing Utilities](https://github.com/luigi-project/luigi/tree/main/client-frameworks-support/testing-utilities) are a set of auxiliary functions used to enhance the user experience while testing Luigi-based micro frontends. The functions abstract away Luigi-specific logic from the tester so that it is easier for them to mock and assert Luigi functionality.
4
4
 
5
5
  ## LuigiMockUtil
6
6
  This class contains certain utility helper functions needed when writing e2e tests with different test frameworks. You can simply import this module into you project and then use an instance of it to test micro frontend functionality.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "ssh://github.com/SAP/luigi.git"
12
+ "url": "ssh://github.com/luigi-project/luigi.git"
13
13
  },
14
14
  "keywords": [
15
15
  "luigi",
@@ -19,7 +19,7 @@
19
19
  "microfrontends",
20
20
  "testing"
21
21
  ],
22
- "version": "2.22.2-dev.20250640036",
22
+ "version": "2.22.2-dev.20250720036",
23
23
  "engines": {
24
24
  "node": ">=18.19.1"
25
25
  }