Skip to content

Commit

Permalink
Remoe emptyDir for test/runtimes/cloudflare/node_modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 18, 2024
1 parent 11708c2 commit 340359a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/chacha20poly1305/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/chacha20poly1305/runtimes/cloudflare");

await emptyDir("test/runtimes/browsers/node_modules");
await emptyDir("test/runtimes/bun/node_modules");
await emptyDir("test/runtimes/cloudflare/node_modules");

const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));

Expand Down
1 change: 0 additions & 1 deletion packages/core/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/core/runtimes/cloudflare");

await emptyDir("test/runtimes/browsers/node_modules");
await emptyDir("test/runtimes/bun/node_modules");
await emptyDir("test/runtimes/cloudflare/node_modules");

const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));

Expand Down
1 change: 0 additions & 1 deletion packages/dhkem-secp256k1/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/dhkem-secp256k1/runtimes/cloudflare");

await emptyDir("test/runtimes/browsers/node_modules");
await emptyDir("test/runtimes/bun/node_modules");
await emptyDir("test/runtimes/cloudflare/node_modules");

const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));

Expand Down
1 change: 0 additions & 1 deletion packages/dhkem-x25519/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/dhkem-x25519/runtimes/cloudflare");

await emptyDir("test/runtimes/browsers/node_modules");
await emptyDir("test/runtimes/bun/node_modules");
await emptyDir("test/runtimes/cloudflare/node_modules");

const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));

Expand Down
1 change: 0 additions & 1 deletion packages/dhkem-x448/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/dhkem-x448/runtimes/cloudflare");

await emptyDir("test/runtimes/browsers/node_modules");
await emptyDir("test/runtimes/bun/node_modules");
await emptyDir("test/runtimes/cloudflare/node_modules");

const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));

Expand Down
1 change: 0 additions & 1 deletion packages/hpke-js/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/hpke-js/runtimes/cloudflare");

await emptyDir("test/runtimes/browsers/node_modules");
await emptyDir("test/runtimes/bun/node_modules");
await emptyDir("test/runtimes/cloudflare/node_modules");

const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));

Expand Down
1 change: 0 additions & 1 deletion packages/hybridkem-x25519-kyber768/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ await emptyDir("../../npm/test/hybridkem-x25519-kyber768/runtimes/cloudflare");

await emptyDir("test/runtimes/browsers/node_modules");
await emptyDir("test/runtimes/bun/node_modules");
await emptyDir("test/runtimes/cloudflare/node_modules");

const denoPkg = JSON.parse(await Deno.readTextFile("./deno.json"));

Expand Down

0 comments on commit 340359a

Please sign in to comment.