Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Apr 24, 2024
1 parent 827c02e commit 478f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "./test/pure/deep.test.ts";
import "./test/pure/deflate.test.ts";
import "./test/pure/fetch.test.ts";
import "./test/pure/minipack.test.ts";
import "./test/deno/os.test.ts";
import "./test/pure/primitive.test.ts";
import "./test/pure/stream.test.ts";
import "./test/pure/text.test.ts";
Expand All @@ -17,6 +16,7 @@ import "./test/pure_ext/excel.test.ts";
import "./test/pure_ext/zip.test.ts";

import "./test/deno/json.test.ts";
import "./test/deno/os.test.ts";
import "./test/deno/path.test.ts";
import "./test/deno/process.test.ts";

Expand Down

0 comments on commit 478f52f

Please sign in to comment.