summaryrefslogtreecommitdiff
path: root/tests/specs/run
AgeCommit message (Collapse)Author
2024-04-15test: add test for running in V8 jitless mode (#23054)Bartek IwaƄczuk
Fixes https://github.com/denoland/deno/issues/22453 This is fixed due to upgrade of deno_core, just adding a test here.
2024-03-15chore(specs): use jsonc for metadata file (#22946)David Sherret
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being.
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret