Skip to content

Commit

Permalink
autosort
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Nov 26, 2024
1 parent 01b550f commit 35d0653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import path from "node:path";

import * as awilix from "awilix";
import { expect } from "chai";
import chalk from "chalk";
import notAllowed from "not-allowed";
import sinon from "sinon";

import { builtYargs, run } from "../src/cli.mjs";
import { performQuery, performV10Query } from "../src/commands/eval.mjs";
import { setupTestContainer as setupContainer } from "../src/config/setup-test-container.mjs";
import chalk from "chalk";
import { validDefaultConfigNames } from "../src/lib/config/config.mjs";

const __dirname = import.meta.dirname;
Expand Down

0 comments on commit 35d0653

Please sign in to comment.