Skip to content

Commit d7ce21a

Browse files
authored
Add info on how to run tests
1 parent 0918388 commit d7ce21a

File tree

1 file changed

+4
-0
lines changed
  • terragrunt/modules/release-distribution/lambdas/doc-router

1 file changed

+4
-0
lines changed

terragrunt/modules/release-distribution/lambdas/doc-router/test.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// A test that asserts that the redirects work correctly.
2+
// It can be run with
3+
// node --test test.mjs
4+
15
import { test } from "node:test";
26
import assert from "node:assert";
37
import lambda from "./index.js";

0 commit comments

Comments
 (0)