Skip to content

Commit

Permalink
fix: test execution config
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Nov 21, 2023
1 parent a31bfe9 commit 52f6528
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 15 deletions.
1 change: 1 addition & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"require": "ts-node/register",
"loader": "ts-node/esm"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@commercelayer/cli-dev": "^2.0.5",
"@commercelayer/eslint-config-ts": "^1.2.0",
"@oclif/plugin-help": "^5.2.20",
"@oclif/test": "^2.5.6",
"@oclif/test": "^3.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.11",
Expand Down
172 changes: 159 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"outDir": "lib",
"rootDir": "src",
"strict": true,
"target": "es2017",
"target": "es2022",
"esModuleInterop": true,
"resolveJsonModule": true
},
Expand Down

0 comments on commit 52f6528

Please sign in to comment.