From 741adad72ae9414eec0697c81b3af5bcc8316686 Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Mon, 15 Jul 2024 18:53:35 -0500 Subject: [PATCH] attempt to add missing property test files --- .npmignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.npmignore b/.npmignore index 5c5e6db317..790d00df4e 100644 --- a/.npmignore +++ b/.npmignore @@ -7,7 +7,12 @@ !dfx_extension/** !experimental/** !http_client/** +!property_tests/arbitraries/** !property_tests/test/** +!property_tests/visitors/** +!property_tests/are_params_correctly_ordered.ts +!property_tests/get_actor.ts +!property_tests/index.ts !scripts/** !src/** !test/**