summaryrefslogtreecommitdiff
path: root/tests/specs/npm/es_module/__test__.jsonc
blob: 2ab61686ef4acffb314477384f48052b2eb32b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "tests": {
    "run": {
      "args": "run --allow-read --allow-env main.js",
      "output": "main.out"
    },
    "test": {
      "args": "test --allow-read --allow-env test.js",
      "output": "test.out"
    },
    "eval": {
      "args": [
        "eval",
        "import chalk from 'npm:chalk@5'; console.log(chalk.green('chalk esm loads'));"
      ],
      "output": "main.out"
    }
  }
}