deno.land / x / zipjs@v2.7.43 / tests / deno-runner.js

deno-runner.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
/* global Deno */
import tests from "./tests-data.js";
for (const testData of tests) { if (!testData.env || testData.env.includes("deno")) { Deno.test({ name: testData.title, fn: async () => (await import("./all/" + testData.script)).test(), sanitizeResources: testData.sanitizeResources === undefined || testData.sanitizeResources === true }); }}
zipjs

Version Info

Tagged at
3 weeks ago