mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
fix tests
This commit is contained in:
parent
1dd910a5f6
commit
8ea7746dd5
6 changed files with 34 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
jest.unmock('roleypoly/src/design-system/atoms/text-input');
|
||||
jest.unmock('roleypoly/design-system/atoms/text-input');
|
||||
jest.unmock('./PreauthSecretCode');
|
||||
|
||||
import { Button } from 'roleypoly/design-system/atoms/button';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
jest.unmock('roleypoly/src/design-system/atoms/role')
|
||||
.unmock('roleypoly/src/design-system/atoms/button')
|
||||
.unmock('roleypoly/src/design-system/molecules/picker-category')
|
||||
.unmock('roleypoly/src/design-system/organisms/role-picker');
|
||||
jest.unmock('roleypoly/design-system/atoms/role')
|
||||
.unmock('roleypoly/design-system/atoms/button')
|
||||
.unmock('roleypoly/design-system/molecules/picker-category')
|
||||
.unmock('roleypoly/design-system/organisms/role-picker');
|
||||
|
||||
import { shallow } from 'enzyme';
|
||||
import * as React from 'react';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue