Skip to content

Commit

Permalink
Merge pull request #59 from Accenture/feature/11-upgrade-code-logic-t…
Browse files Browse the repository at this point in the history
…o-implement-all-sfmc-devtools-commands

Feature/11 upgrade code logic to implement all sfmc devtools commands
  • Loading branch information
anasilva105 authored Dec 5, 2023
2 parents 0ff9c0e + 267f1ed commit 4934cb2
Show file tree
Hide file tree
Showing 52 changed files with 9,636 additions and 5,814 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
node_modules
out
dist
logs
.vscode
.vscode
.vscode-test
coverage
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/*.ts
node_modules
src
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node"
};
Loading

0 comments on commit 4934cb2

Please sign in to comment.