-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: re-write some files to typescript - part 3 (#489)
* chore: rename static report builder to typescript * chore: rename plugin-events to typescript * chore: re-write plugin-events to typescript * chore: re-write local-images-saver to typescript * chore: re-write browser constants to typescript * chore: rename base tests tree builder to typescript * chore: re-write base tests tree builder to typescript * chore: rename static tests tree builder to typescript * chore: re-write static tests tree builder to typescript * chore: rename db-utils/common to typescript * chore: re-write db-utils/common to typescript * chore: rename db-utils/server to typescript * chore: re-write db-utils/server to typescript * chore: rename plugin-api to typescript * chore: re-write plugin-api to typescript * chore: re-write static report builder to typescript * chore: re-write create-workers to typescript * chore: re-write cli-commands/index to typescript * chore: re-write defaults constants to typescript * chore: re-write save-formats constants to typescript * chore: re-write custom-gui-asserts to typescript * chore: re-write config to typescript * chore: re-write plugin-adapter to typescript * chore: re-write suite-adapter to typescript * chore: fix cliCommands imports
- Loading branch information
Showing
63 changed files
with
1,048 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
'use strict'; | ||
|
||
module.exports = { | ||
export const cliCommands = { | ||
GUI: 'gui', | ||
MERGE_REPORTS: 'merge-reports', | ||
REMOVE_UNUSED_SCREENS: 'remove-unused-screens' | ||
}; | ||
} as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.