diff options
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r-- | tests/integration/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index 89a66385e..9253cae32 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -50,6 +50,8 @@ mod node_compat_tests; mod node_unit_tests; #[path = "npm_tests.rs"] mod npm; +#[path = "pm_tests.rs"] +mod pm; #[path = "publish_tests.rs"] mod publish; |