# require-test-case **Repository Path**: mirrors_xzyfer/require-test-case ## Basic Information - **Project Name**: require-test-case - **Description**: This is a test case to reproduce a bug in requirejs 2.1.11 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README require-test-case ================= This is a test case to reproduce a bug in requirejs 2.1.11. https://github.com/jrburke/requirejs/issues/1112 To observe the issue ``` git clone https://github.com/xzyfer/require-test-case.git cd require-test-case make ``` Then open your browser to `localhost:3000` ### Expected output ``` loaded foo-1 foo-2 ``` ### Observed output ``` loaded foo-1 Uncaught Error: Load timeout for modules: bar/baz http://requirejs.org/docs/errors.html#timeout ```