Skip to content

Commit

Permalink
Fixed unit tests (155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Nov 13, 2024
1 parent b3e0372 commit 03c3540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 1 addition & 11 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions tsconfig.unit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"extends": "./tsconfig.json",
"include": ["src/**/*.spec.ts", "src/dh/modules.d.ts"],
// Override ./tsconfig `exclude` so that *.spec.ts files are included
"exclude": ["node_modules"],
"references": [{ "path": "./packages/require-jsapi" }]
"exclude": ["node_modules"]
}

0 comments on commit 03c3540

Please sign in to comment.