Skip to content

Commit cf03997

Browse files
format
1 parent 0674335 commit cf03997

File tree

5 files changed

+463
-469
lines changed

5 files changed

+463
-469
lines changed

src/lib/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import findFile from "palettes/findFile";
2020
import browser from "plugins/browser";
2121
import help from "settings/helpSettings";
2222
import mainSettings from "settings/mainSettings";
23+
import { runAllTests } from "test/tester";
2324
import { getColorRange } from "utils/color/regex";
2425
import helpers from "utils/helpers";
2526
import Url from "utils/Url";
@@ -32,7 +33,6 @@ import run from "./run";
3233
import saveState from "./saveState";
3334
import appSettings from "./settings";
3435
import showFileInfo from "./showFileInfo";
35-
import { runAllTests } from "test/tester";
3636

3737
export default {
3838
async "run-tests"() {

src/lib/keyBindings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,6 @@ export default {
704704
description: "Run Tests",
705705
key: "Ctrl-T",
706706
readOnly: true,
707-
action: "run-tests"
708-
}
707+
action: "run-tests",
708+
},
709709
};

0 commit comments

Comments
 (0)