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

Update dependencies #620

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading