From 7e489e7382cf867b865ba5c21a2b377f9952b421 Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Mon, 30 Sep 2024 08:06:46 -0300 Subject: [PATCH] LPD-32124 Asking Rich and team to readd this --- modules/_node-scripts/README.markdown | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modules/_node-scripts/README.markdown diff --git a/modules/_node-scripts/README.markdown b/modules/_node-scripts/README.markdown deleted file mode 100644 index 4f77e03fe729c5..00000000000000 --- a/modules/_node-scripts/README.markdown +++ /dev/null @@ -1,13 +0,0 @@ -# Liferay `node-scripts` - -This document exists to contain an assortment of knowledge about `node-scripts`. - -## `node-scripts test` - -### Setting up Jest debugging in VS Code [LPD-37078](https://liferay.atlassian.net/browse/LPD-37078) - -Add a launch configuration for Jest in VS Code. Quickly do this by opening command palette and searching for `Debug: Add configuration...`. This will add a local configuration to your vscode workspace and should not be committed to git. - -Then use the [example-vscode-debug-config.json](./example-vscode-debug-config.json) as your configuration. - -Now you can navigate to your test file and run the vscode debugger. \ No newline at end of file