Skip to content

Commit

Permalink
chore: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Thorley committed Jun 6, 2024
1 parent 5272804 commit 4f2c0b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/commands/build/build-program.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { expect, beforeEach, afterAll, describe, test, vi } from 'vitest'

import BaseCommand from '../../../../src/commands/base-command.ts'
import { createBuildCommand } from '../../../../src/commands/build/index.ts'
import { getEnvironmentVariables } from '../../utils/mock-api.js'
import { getEnvironmentVariables, withMockApi } from '../../utils/mock-api.js'
import { withSiteBuilder } from '../../utils/site-builder.ts'
import { withMockApi } from '../../utils/mock-api.js'

let configOptions = {}

Expand Down

0 comments on commit 4f2c0b9

Please sign in to comment.