mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
fix: ts check
This commit is contained in:
parent
a36271ab9b
commit
87d509c6bd
@ -197,7 +197,7 @@ describe('legal values', () => {
|
|||||||
|
|
||||||
result.current.updateConstraint({
|
result.current.updateConstraint({
|
||||||
type: 'set context field',
|
type: 'set context field',
|
||||||
payload: 'field-without-legal-values',
|
payload: { name: 'field-without-legal-values' },
|
||||||
});
|
});
|
||||||
|
|
||||||
await waitFor(() => {
|
await waitFor(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user