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