Skip to content

Commit e3ab57d

Browse files
update release workflow (#84)
1 parent 1493421 commit e3ab57d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • .github/actions/actions/cache/0057852bfaa89a56745cba8c7296529d2fc39830/.vscode
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Jest Test",
11+
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
12+
"args": ["--runInBand", "--config=${workspaceFolder}/jest.config.js"],
13+
"console": "integratedTerminal",
14+
"internalConsoleOptions": "neverOpen"
15+
},
16+
]
17+
}

0 commit comments

Comments
 (0)