| 1 | // This tests that after failing to require an ESM that contains TLA, |
| 2 | // retrying with import() still works, and produces consistent results. |
| 3 | 'use strict'; |
| 4 | const common = require('../common'); |
nothing calls this directly
no test coverage detected