summaryrefslogtreecommitdiff
path: root/cli/tests/integration/bundle_tests.rs
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-08-29fix(compile): panic when running with a populated dep analysis cache (#15672)David Sherret
2022-06-21chore(test_util): add new string assertion macros (#14928)David Sherret
2022-06-13feat: no type-check by default (#14691)Bartek Iwańczuk
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-22chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)David Sherret
2022-01-12feat(cli): add ignore directives to bundled code (#13309)juju
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-24fix(cli): include JSON modules in bundle (#13188)Kitson Kelly
2021-10-13chore: test for bundling export specifier with alias (#12421)David Sherret
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret