Skip to content

Commit

Permalink
fix: typo in import path
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra committed Jan 4, 2021
1 parent 96219b9 commit 967acac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '@testing-library/jest-dom';
import { insertDefaultData } from 'mocks/insertDefaultDAta';
import { insertDefaultData } from 'mocks/insertDefaultData';
import { mockServer } from 'mocks/server';
import { obj } from './utils';

Expand Down

0 comments on commit 967acac

Please sign in to comment.