Skip to content

Commit

Permalink
style: format code to make prettier lint happy #2
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 23, 2025
1 parent 85718c0 commit 746ce41
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/integration/app-details-integration.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { expect, describe, test, beforeAll, afterAll } from 'vitest'
import { initPlainClient, getTestOrganization, timeoutToCalmRateLimiting } from '../helpers'
import type {
AppIcon,
PlainClientAPI,
Organization,
AppDefinition,
} from '../../lib'
import type { AppIcon, PlainClientAPI, Organization, AppDefinition } from '../../lib'

describe('AppDetails api', { sequential: true }, () => {
let appDefinition: AppDefinition
Expand Down

0 comments on commit 746ce41

Please sign in to comment.