Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit e42474c

Browse files
committed
chore: update testing module
1 parent 7e1bff3 commit e42474c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/sass_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from 'https://deno.land/std@0.83.0/testing/asserts.ts'
1+
import { assertEquals } from 'https://deno.land/std@0.85.0/testing/asserts.ts'
22
import plugin from './sass.ts'
33

44
Deno.test('scss loader plugin', async () => {

plugins/wasm_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertEquals } from 'https://deno.land/std@0.83.0/testing/asserts.ts'
1+
import { assertEquals } from 'https://deno.land/std@0.85.0/testing/asserts.ts'
22
import plugin from './wasm.ts'
33

44
Deno.test('wasm loader plugin', async () => {

0 commit comments

Comments
 (0)