mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Move integration tests to //cli/tests/ (#2964)
This ensures the deno executable is properly created before running the integration tests. Also allows deno_cli to be used as a lib. Docs are now properly generated: https://docs.rs/deno_cli/0.18.4/deno_cli/ Towards #2933 Prep for #2955
This commit is contained in:
parent
02cb34d8ad
commit
9cfdc60a23
228 changed files with 474 additions and 464 deletions
3
cli/tests/error_syntax.js
Normal file
3
cli/tests/error_syntax.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
// prettier-ignore
|
||||
(the following is a syntax error ^^ ! )
|
Loading…
Add table
Add a link
Reference in a new issue