Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3005c10

Browse files
Craig DoremusCraig Doremus
authored andcommitted
test: Added --location flag to deno test for redirect_test.ts
1 parent 8fd722a commit 3005c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You will need [Deno](https://deno.land/) 1.8+.
1818
4. Change code then run the examples.
1919
5. Push your branch to Github after all tests passed.
2020
6. Make a [pull request](https://github.com/alephjs/aleph.js/pulls).
21-
7. Marge to master branch by our maintainers.
21+
7. Merge to master branch by our maintainers.
2222

2323
```bash
2424
# ssr/development with HMR
@@ -31,7 +31,7 @@ ALEPH_DEV=true deno run -A --import-map=./import_map.json cli.ts start ./example
3131
ALEPH_DEV=true deno run -A --import-map=./import_map.json cli.ts build ./examples/hello-world -L debug
3232

3333
# run all tests
34-
deno test -A --import-map=./import_map.json
34+
deno test -A --location=http://127.0.0.1 --import-map=./import_map.json
3535
```
3636

3737
## Project Structure

0 commit comments

Comments
 (0)