pull/1561/head
Piero Toffanin 2024-09-29 14:16:14 -04:00
rodzic 7d6846d0a2
commit b1e9f02d19
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ import Dashboard from '../Dashboard';
describe('<Dashboard />', () => {
it('renders without exploding', () => {
const wrapper = shallow(<Dashboard />);
const wrapper = shallow(<Dashboard permissions={['add_project']} />);
expect(wrapper.exists()).toBe(true);
})
});