Skip to content

Commit ef4360b

Browse files
Merge pull request #1 from prakashaditya13/feature/test-suite
Add: Test suits files for all managers
2 parents 44a3db2 + 07639e3 commit ef4360b

21 files changed

+4465
-151
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ node_modules
22
dist
33
.DS_Store
44
.env
5-
coverage
5+
coverage
6+
tests/sandbox/
7+
tests/sandbox/repo/

jsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "./",
4+
"paths": {
5+
"@/*": ["src/*"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)