Skip to content

Commit

Permalink
chore: migrate faker
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 24, 2022
1 parent 163c05b commit cc17448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
import faker from '@faker-js/faker'
import { faker } from '@faker-js/faker'
import DashboardEntry from './DashboardEntry.vue'

const body = () => (<div data-testid="body-content">{ faker.lorem.words(2) }</div>)
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/client/components/views/ViewReport.cy.tsx
@@ -1,4 +1,4 @@
import faker from '@faker-js/faker'
import { faker } from '@faker-js/faker'
import ViewReport from './ViewReport.vue'
import type { File } from '#types'

Expand Down

0 comments on commit cc17448

Please sign in to comment.