lux-design-system 7.6.1 → 7.6.3

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.
package/README.md CHANGED
@@ -20,8 +20,8 @@ npm run styleguide
20
20
  ### Running tests
21
21
 
22
22
  * Run all tests with `npm run test`
23
- * Run a single test file with `npx jest tests/unit/specs/components/luxGridItem.spec.js`
24
- * Run a single test with the name of the test from the `it()` call: `npx jest -t "should have the appropriate class to define the columns"`
23
+ * Run a single test file with `npx vitest tests/unit/specs/components/luxGridItem.spec.js`
24
+ * Run a single test with the name of the test from the `it()` call: `npx vitest -t "should have the appropriate class to define the columns"`
25
25
 
26
26
  #### Running playwright
27
27