Implement unit tests for reading the Lua tracer FF in analyze-action.

This commit is contained in:
Cornelius Riemenschneider 2022-06-27 16:01:48 +00:00 committed by GitHub
parent f422a50448
commit ab7316e0c5
12 changed files with 231 additions and 19 deletions

2
lib/codeql.test.js generated
View file

@ -22,6 +22,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.stubToolRunnerConstructor = void 0;
const path = __importStar(require("path"));
const toolrunner = __importStar(require("@actions/exec/lib/toolrunner"));
const toolcache = __importStar(require("@actions/tool-cache"));
@ -291,4 +292,5 @@ function stubToolRunnerConstructor() {
runnerConstructorStub.returns(runnerObjectStub);
return runnerConstructorStub;
}
exports.stubToolRunnerConstructor = stubToolRunnerConstructor;
//# sourceMappingURL=codeql.test.js.map