lux-design-system 7.6.2 → 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 +2 -2
- package/dist/lux-styleguidist.iife.js +99 -99
- package/dist/lux-styleguidist.mjs +10484 -12918
- package/dist/lux-styleguidist.umd.js +99 -99
- package/dist/style.css +2 -1
- package/dist/styles/variables.css +1 -1
- package/package.json +4 -7
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
|
|
24
|
-
* Run a single test with the name of the test from the `it()` call: `npx
|
|
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
|
|