Skip to content

Commit

Permalink
style: format code to make prettier lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 23, 2025
1 parent a8c3848 commit 85718c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
8 changes: 1 addition & 7 deletions test/integration/app-bundle-integration.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import { expect, describe, test, beforeAll, afterAll } from 'vitest'
import { readFileSync } from 'fs'
import { getTestOrganization, getDefaultSpace, timeoutToCalmRateLimiting } from '../helpers'
import type {
Organization,
AppDefinition,
AppUpload,
Space,
Environment,
} from '../../lib'
import type { Organization, AppDefinition, AppUpload, Space, Environment } from '../../lib'

describe('AppBundle api', { sequential: true }, () => {
let organization: Organization
Expand Down
7 changes: 1 addition & 6 deletions test/integration/app-definition-integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ import {
getDefaultSpace,
timeoutToCalmRateLimiting,
} from '../helpers'
import type {
Organization,
Space,
Environment,
AppInstallation,
} from '../../lib'
import type { Organization, Space, Environment, AppInstallation } from '../../lib'

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

0 comments on commit 85718c0

Please sign in to comment.