@wise/components-theming 0.0.0-experimental-c7754d1 → 0.0.0-experimental-e39ffa4
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/package.json
CHANGED
|
@@ -4,7 +4,7 @@ import { ThemeProvider, ThemeProviderProps } from './ThemeProvider';
|
|
|
4
4
|
import { useState } from 'react';
|
|
5
5
|
|
|
6
6
|
describe('ThemeProvider', () => {
|
|
7
|
-
it('tests root provider
|
|
7
|
+
it('tests root provider set root theme (on html element) and it is not affected by nested provider(s)', () => {
|
|
8
8
|
render(
|
|
9
9
|
<ThemeProvider theme="personal" screenMode="dark">
|
|
10
10
|
<div>root-dark-theme</div>
|