Skip to content

Commit 9a40166

Browse files
committed
test: use a jsr specifier in the hooks fixture
1 parent 7b02452 commit 9a40166

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

deno.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_hooks_project/a.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2018-2024 the Deno authors. MIT license.
22

3-
import { beforeEach, describe, it } from "@std/testing/bdd";
3+
import { beforeEach, describe, it } from "jsr:@std/testing@^1.0.19/bdd";
44
import { add } from "./mod.ts";
55

66
let value = 0;

tests/test_hooks_project/b.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2018-2024 the Deno authors. MIT license.
22

3-
import { beforeEach, describe, it } from "@std/testing/bdd";
3+
import { beforeEach, describe, it } from "jsr:@std/testing@^1.0.19/bdd";
44
import { add } from "./mod.ts";
55

66
let value = 0;

tests/test_hooks_project/deno.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)