Rename VersionOutput to VersionInfo
This commit is contained in:
parent
49b94f1a2d
commit
bcbb900532
19 changed files with 60 additions and 68 deletions
2
lib/trap-caching.test.js
generated
2
lib/trap-caching.test.js
generated
|
|
@ -40,7 +40,7 @@ const util = __importStar(require("./util"));
|
|||
(0, testing_utils_1.setupTests)(ava_1.default);
|
||||
const stubCodeql = (0, codeql_1.setCodeQL)({
|
||||
async getVersion() {
|
||||
return (0, testing_utils_1.makeVersionOutput)("2.10.3");
|
||||
return (0, testing_utils_1.makeVersionInfo)("2.10.3");
|
||||
},
|
||||
async betterResolveLanguages() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue