Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 15, 2024
1 parent f80b173 commit ca3fd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect } from "chai";
import { readFileSync } from "fs";
import path from "path";
import { ModelOperations, ModelResult } from "../lib";
import { ModelOperations, ModelResult } from "../lib/index.node.js";

const expectedRelativeConfidence = 0.2;

Expand Down

0 comments on commit ca3fd81

Please sign in to comment.