summaryrefslogtreecommitdiff
path: root/tests/specs/future/unstable_flags/__test__.jsonc
blob: d21f60bbde739625c40de2d46bcb3c9aeaaad692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "steps": [
    {
      // Notice `--unstable-*` flags are not needed anymore
      "args": "run -A --config ../../../config/deno.json main.js",
      "output": "main.out"
    },
    {
      // Notice `--unstable-*` flags are not needed anymore
      "args": "run -A --config ../../../config/deno.json worker.js",
      "output": "main.out"
    }
  ]
}