feat: Provide loader function for dynamically imported i18n messages #4265
Annotations
2 errors
node_modules/jest-runtime/build/index.js#L1582
expect(received).not.toThrow()
Error name: "Error"
Error message: "Cannot resolve module './internal/i18n/messages/all.all.js' from paths ['/home/runner/work/components/components/lib/components'] from /home/runner/work/components/components/src/__tests__/public-exports.test.ts"
14 | continue;
15 | }
> 16 | expect(() => require.resolve(exportPath, { paths: [path.join(__dirname, '../../lib/components')] })).not.toThrow();
| ^
17 | }
18 | });
19 |
at Runtime._requireResolve (node_modules/jest-runtime/build/index.js:1582:15)
at src/__tests__/public-exports.test.ts:16:26
at Object.<anonymous> (node_modules/expect/build/toThrowMatchers.js:83:11)
at Object.throwingMatcher [as toThrow] (node_modules/expect/build/index.js:342:21)
at Object.<anonymous> (src/__tests__/public-exports.test.ts:16:110)
at Object.<anonymous> (src/__tests__/public-exports.test.ts:16:110)
|
|
The logs for this run have expired and are no longer available.
Loading