Skip to content

Commit

Permalink
Add new test for simulator stop process (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Feb 8, 2023
1 parent ffec401 commit 4d85a51
Show file tree
Hide file tree
Showing 8 changed files with 5,293 additions and 2,756 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": "eslint:recommended",
"parser":"@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false
},
"env": {
"browser": true,
"commonjs": true,
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
/.idea/
.DS_Store
.vscode
test/resources/testSampleProject/simulation
test/resources/testSampleProject/simulation
test/simulateTestReport.xml
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"configurations": [
{
"name": "Launch Test",
"request": "launch",
"runtimeArgs": [
"run-script",
"test"
],
"runtimeExecutable": "npm",
"type": "node"
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"javascript.validate.enable": false,
}
Loading

0 comments on commit 4d85a51

Please sign in to comment.