move browser-only rrdom features to the new rrdom package (#913)

This commit is contained in:
yz-yu
2022-06-20 22:02:21 +08:00
committed by GitHub
parent 0fb8a6bfa8
commit 74f553afc3
31 changed files with 707 additions and 554 deletions

View File

@@ -0,0 +1,15 @@
{
"configurations": [
{
"type": "node",
"name": "vscode-jest-tests",
"request": "launch",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"cwd": "${workspaceFolder}",
"runtimeExecutable": "yarn",
"args": ["test", "--runInBand", "--watchAll=false"]
}
]
}