diff options
author | Parsa Ghadimi <me@qti3e.com> | 2018-09-14 17:15:50 +0430 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-14 10:04:10 -0700 |
commit | 7b7052e1abb0735ca443ffd133b014a19b7dab3d (patch) | |
tree | cee20d0143b9a0a7545b60ab329a17d1e17d9c11 /js/unit_tests.ts | |
parent | aaf70ca092fb9866bd50725f8f5b67be6f6879e3 (diff) |
Implement Blob
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index be947cd67..e1385e011 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -11,3 +11,4 @@ import "./mkdir_test.ts"; import "./make_temp_dir_test.ts"; import "./stat_test.ts"; import "./rename_test.ts"; +import "./blob_test.ts"; |