We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46adad commit d9c97a1Copy full SHA for d9c97a1
tools/deno/junit2md.ts
@@ -1,5 +1,5 @@
1
-import { expandGlob } from 'https://deno.land/std/fs/mod.ts'
2
-import { parse } from 'https://deno.land/x/xml/mod.ts'
+import { expandGlob } from 'https://deno.land/std@0.223.0/fs/mod.ts'
+import { parse } from 'https://deno.land/x/xml@2.1.3/mod.ts'
3
4
interface TestCase {
5
'@classname': string
0 commit comments