File tree Expand file tree Collapse file tree 5 files changed +463
-469
lines changed
Expand file tree Collapse file tree 5 files changed +463
-469
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import findFile from "palettes/findFile";
2020import browser from "plugins/browser" ;
2121import help from "settings/helpSettings" ;
2222import mainSettings from "settings/mainSettings" ;
23+ import { runAllTests } from "test/tester" ;
2324import { getColorRange } from "utils/color/regex" ;
2425import helpers from "utils/helpers" ;
2526import Url from "utils/Url" ;
@@ -32,7 +33,6 @@ import run from "./run";
3233import saveState from "./saveState" ;
3334import appSettings from "./settings" ;
3435import showFileInfo from "./showFileInfo" ;
35- import { runAllTests } from "test/tester" ;
3636
3737export default {
3838 async "run-tests" ( ) {
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments