From 9979fd2ffbed6f6d53e91a1ea39a6cb7b6e78825 Mon Sep 17 00:00:00 2001 From: lts372005 <87189679+lts372005@users.noreply.github.com> Date: Sat, 30 Oct 2021 07:57:49 +0700 Subject: [PATCH] import unit test hasProperty --- tests/local.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/local.ts b/tests/local.ts index 78baeb048..738eda31b 100644 --- a/tests/local.ts +++ b/tests/local.ts @@ -1,2 +1,3 @@ import "./local/snowflake.ts"; import "./util/validateLength.ts"; +import "./util/hasProperty.ts";