Skip to content

Commit

Permalink
[test] Tries fixing (sometimes) broken programs E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Jun 20, 2024
1 parent 4b499e5 commit d92460d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test/app/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NodeImageProgram } from "@sigma/node-image";
import { createNodeImageProgram } from "@sigma/node-image";
import Graph from "graphology";
import { SerializedGraph } from "graphology-types";
import Sigma from "sigma";
Expand Down Expand Up @@ -59,7 +59,7 @@ const dependencies: BrowserTestDependencies = {
nodePrograms: {
NodeCircleProgram,
NodePointProgram,
NodeImageProgram,
NodeImageProgram: createNodeImageProgram({ debounceTimeout: null }),
},
edgePrograms: {
EdgeLineProgram,
Expand Down

0 comments on commit d92460d

Please sign in to comment.