Skip to content

Commit

Permalink
Fix import sort order (lint) in 10-api.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Feb 29, 2024
1 parent dc2ad3e commit 47f90d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha/10-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

import {config} from '@bedrock/core';
import {_applyConfigFromEnv} from '@bedrock/config-yaml';
import {config} from '@bedrock/core';

describe('bedrock-config-yaml', () => {
it('app yaml configuration should be merged into bedrock config', () => {
Expand Down

0 comments on commit 47f90d1

Please sign in to comment.