Skip to content

Commit

Permalink
use testing/asserts import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Jan 8, 2025
1 parent d37188f commit f4bc9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/engine/invalid-engine-in-project.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertRejects } from "https://deno.land/std/assert/assert_rejects.ts";
import { assertRejects } from "testing/asserts";
import { quarto } from "../../../src/quarto.ts";
import { test } from "../../test.ts";

Expand Down

0 comments on commit f4bc9a7

Please sign in to comment.