summaryrefslogtreecommitdiff
path: root/tests/specs/install/install_deprecated_package/main.js
diff options
context:
space:
mode:
authorHasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com>2024-08-20 20:53:53 +0300
committerGitHub <noreply@github.com>2024-08-20 19:53:53 +0200
commit07044547559cafe1a86afc0f1dec13967803eb11 (patch)
tree720f95efe02027406bf65b308bca6ef3987ef951 /tests/specs/install/install_deprecated_package/main.js
parent5168700be669179382462214724115a3013cb58e (diff)
feat: Print deprecation message for npm packages (#24992)
This commit adds ability to print deprecation notices for npm packages that have been marked as deprecated. Closes #24013
Diffstat (limited to 'tests/specs/install/install_deprecated_package/main.js')
-rw-r--r--tests/specs/install/install_deprecated_package/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/install/install_deprecated_package/main.js b/tests/specs/install/install_deprecated_package/main.js
new file mode 100644
index 000000000..de5026c50
--- /dev/null
+++ b/tests/specs/install/install_deprecated_package/main.js
@@ -0,0 +1,2 @@
+import { setValue } from "@denotest/deprecated-package";
+setValue(5);