Skip to content

Commit

Permalink
Remove Gauge runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed Jun 10, 2024
1 parent ec31e7e commit 3731c8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
42 changes: 0 additions & 42 deletions gauge-ts/src/GaugeRuntime.ts

This file was deleted.

2 changes: 1 addition & 1 deletion gauge-ts/tests/RunnerServerTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Server, type StatusObject } from "@grpc/grpc-js";
import * as grpc from "@grpc/grpc-js";
import type { ServerErrorResponse } from "@grpc/grpc-js/build/src/server-call";
import { mockProcessExit } from "jest-mock-process";
import { start, stop } from "../src/GaugeRuntime";
import { start, stop } from "../src/RunnerServer";
import RunnerServer from "../src/RunnerServer";
import {
CacheFileRequest as CFReq,
Expand Down

0 comments on commit 3731c8b

Please sign in to comment.