Skip to content

Commit

Permalink
exclude remote loader from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Sep 22, 2024
1 parent 13fe6ee commit 10b4225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remote-loader/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { remoteLoader } from "../src"
import fs from "fs"

describe("remote-loader", () => {
xdescribe("remote-loader", () => {
it("should compile correctly JSON messages coming from the fly", async () => {
const unlink = createConfig("minimal")
const messages = await simulatedJsonResponse()
Expand Down

0 comments on commit 10b4225

Please sign in to comment.