From a6e7906e2018c087d343795152d8a44b3ca600eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Lemaire?= Date: Wed, 13 May 2020 14:31:54 +0200 Subject: [PATCH] Fixed devtools url --- deps.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.test.ts b/deps.test.ts index 727ba43..0ad5f7d 100644 --- a/deps.test.ts +++ b/deps.test.ts @@ -1 +1 @@ -export * from "https://code.thunderk.net/typescript/deno_tools/raw/1.0.0/testing.ts"; +export * from "https://code.thunderk.net/typescript/devtools/raw/1.0.0/testing.ts";