(id)
| 1241 | await executeBundle(bundle, avaAssertions, { |
| 1242 | context: { |
| 1243 | require(id) { |
| 1244 | if (id === 'external') { |
| 1245 | return { |
| 1246 | first: 'first', |
| 1247 | second: 'second' |
| 1248 | }; |
| 1249 | } |
| 1250 | throw new Error(`Unexpected require "${id}"`); |
| 1251 | } |
| 1252 | } |
| 1253 | }) |
| 1254 | ).exports |
no outgoing calls
no test coverage detected