Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hal-wang committed Apr 8, 2024
1 parent 08e1e55 commit e4f8d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- test
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion test/services/deps.service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runTest(DepsService, async (ctx, service) => {

{
const deps = service["getDeps"](depPath, () => true);
console.log("deps2", deps);
console.log("deps2", depPath, deps);
Array.isArray(deps).should.true;
deps.length.should.greaterThan(0);
}
Expand Down

0 comments on commit e4f8d22

Please sign in to comment.