Skip to content

Commit

Permalink
Merge pull request #172 from microsoft/hediet/refactoring
Browse files Browse the repository at this point in the history
refactoring
  • Loading branch information
hediet authored May 9, 2022
2 parents 9157c7f + 98b4c2f commit e8d1fc5
Show file tree
Hide file tree
Showing 30 changed files with 3,736 additions and 2,797 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
},
"lcov.sourceMaps": true,
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": true
"tslint.enable": true,

"mochaExplorer.ui": "tdd",
"testExplorer.useNativeTesting": true,
"mochaExplorer.files": "out/tests/all.test.js"
}
Loading

0 comments on commit e8d1fc5

Please sign in to comment.