Home
last modified time | relevance | path

Searched refs:expectModuleError (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/es-module/
H A Dtest-esm-dynamic-import.js10 function expectModuleError(result, code, message) { function
52 expectModuleError(import('node:unknown'),
54 expectModuleError(import('node:internal/test/binding'),
56 expectModuleError(import('./not-an-existing-module.mjs'),
58 expectModuleError(import('http://example.com/foo.js'),
65 expectModuleError(import('C:\\example\\foo.mjs'),

Completed in 1 milliseconds