Skip to content

Commit

Permalink
Update mod location
Browse files Browse the repository at this point in the history
  • Loading branch information
echamudi committed Jan 15, 2021
1 parent 4790bf4 commit 5b255b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deno/test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { cv, cvTranslateError } from '../../mod.js';
import { cv, cvTranslateError } from '../../mod.ts';
import { assertStrictEquals, assertEquals } from "https://deno.land/std@0.83.0/testing/asserts.ts";

Deno.test("Basic test", () => {
Expand Down

0 comments on commit 5b255b8

Please sign in to comment.