Skip to content

Commit

Permalink
fix(test): fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xutyxd committed Sep 29, 2024
1 parent b4594c3 commit ee832fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configurations/package/tsconfig-cjs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "../../src/package",
"outDir": "../../package/cjs",
Expand Down
2 changes: 1 addition & 1 deletion configurations/package/tsconfig-mjs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "../../src/package",
"outDir": "../../package/mjs",
Expand Down
2 changes: 1 addition & 1 deletion configurations/server/tsconfig-cjs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "../../src/server",
"outDir": "../../server/cjs",
Expand Down
File renamed without changes.

0 comments on commit ee832fc

Please sign in to comment.