chore(ci): clean up Doctest /node step in CI (#2629)

This commit is contained in:
Asher Gomez 2022-09-08 15:00:44 +10:00 committed by GitHub
parent 6dd2814a8c
commit e4badb0aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -97,10 +97,6 @@ jobs:
shell: bash
run: deno task node:check-unstable-api
# FIXME(bartlomieju): currently doc tests are failing, we need --compat mode in "deno test" to get them working
# - name: Doctest node/
# run: deno test --doc --unstable --allow-all --import-map=test_import_map.json --config strict-ts44.tsconfig.json node/
- name: Unit test node/
run: deno task node:unit

View File

@ -106,11 +106,6 @@ accepted.
- wasm crypto check
- CLA
_Typechecking code in Markdown files_:
If you want to run `deno test --doc x.md` you will need to specify the flag
`--import-map=test_import_map.json`, this import map is in the root of deno_std.
_For maintainers_:
To release a new version a tag in the form of `x.y.z` should be added.