summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat/test_runner/esm.mjs
AgeCommit message (Collapse)Author
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek IwaƄczuk
This commit removes "compat" mode. We shipped support for "npm:" specifier support in v1.25 and that is preferred way to interact with Node code that we will iterate and improve upon.
2021-12-30feat(test): Add support for "deno test --compat" (#13235)Steven Guerrero