We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50265fe commit a4e2711Copy full SHA for a4e2711
test/unit/util/project-saver-hoc.test.jsx
@@ -56,7 +56,7 @@ describe('projectSaverHOC', () => {
56
expect(mockedUpdateProject).toHaveBeenCalled();
57
});
58
59
- test('if canSave is alreatdy true and we show a project with an id, project will NOT be saved', () => {
+ test('if canSave is already true and we show a project with an id, project will NOT be saved', () => {
60
const mockedSaveProject = jest.fn();
61
const Component = () => <div />;
62
const WrappedComponent = projectSaverHOC(Component);
0 commit comments