summaryrefslogtreecommitdiff
path: root/tests/specs/install/jsr_exports/__test__.jsonc
blob: 7ccc5da4d99328ffd481bb2846fb62222a86e80d (plain)
1
2
3
4
5
6
7
{
  "tempDir": true,
  "steps": [
    { "args": "install", "output": "install.out" },
    { "args": "run --cached-only main.ts", "output": "main.out" }
  ]
}