Skip to content

feat: add deno test runner#1943

Merged
achingbrain merged 2 commits into
mainfrom
feat/add-deno-test-runner
May 4, 2026
Merged

feat: add deno test runner#1943
achingbrain merged 2 commits into
mainfrom
feat/add-deno-test-runner

Conversation

@achingbrain
Copy link
Copy Markdown
Member

@achingbrain achingbrain commented Apr 21, 2026

Test projects with deno using:

% aegir test -t deno

Uses node to use deno to run mocha.

Closes #1239

Test projects with deno using:

```console
% aegir test -t deno
```

Closes #1239
@achingbrain achingbrain merged commit 45c13ff into main May 4, 2026
25 checks passed
@achingbrain achingbrain deleted the feat/add-deno-test-runner branch May 4, 2026 09:33
github-actions Bot pushed a commit that referenced this pull request May 4, 2026
## [47.2.0](v47.1.7...v47.2.0) (2026-05-04)

### Features

* add deno test runner ([#1943](#1943)) ([45c13ff](45c13ff)), closes [#1239](#1239)
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

🎉 This PR is included in version 47.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deno as a test target

1 participant