Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 21, 2024
1 parent 2760e7a commit 58f4180
Show file tree
Hide file tree
Showing 48 changed files with 2,517 additions and 1,860 deletions.
4 changes: 4 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ require:
# reporter: tap # more flat, also the only one that mentions totals for found, skipped and passed
spec: './test/**/*.ts'
timeout: 60000 # same as 60 seconds. This done to ensure that we have sufficient time to run tests on the CI as each test involves loading yaml files and docs library for ansible.
# node-option:
# - loader=ts-node/esm
# loader: "ts-node/esm"
extensions: ["ts"]
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ tasks:
- out/log/manifest.yml
build:
desc: Build the project
deps:
- setup
# deps:
# - setup
cmds:
- npm run compile
sources:
Expand Down
Loading

0 comments on commit 58f4180

Please sign in to comment.