From 946acbc559fab050d13b5f2f66088254ec96f83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 30 Oct 2018 20:58:55 +0100 Subject: Add resources op (#1119) --- js/unit_tests.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/unit_tests.ts') diff --git a/js/unit_tests.ts b/js/unit_tests.ts index af7b421e6..22e5fbdc0 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -22,6 +22,7 @@ import "./read_dir_test.ts"; import "./read_file_test.ts"; import "./read_link_test.ts"; import "./rename_test.ts"; +import "./resources_test.ts"; import "./stat_test.ts"; import "./symlink_test.ts"; import "./text_encoding_test.ts"; -- cgit v1.2.3