You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of test files that don't specify require as a dependency and thus attempt to use a global one. If a global require is not provided by the loader tests that use these files fail with a reference error.
There are a couple of test files that don't specify require as a dependency and thus attempt to use a global one. If a global require is not provided by the loader tests that use these files fail with a reference error.
The 2 files in question are :
https://github.com/amdjs/amdjs-tests/blob/master/tests/anon/funcThree.js
https://github.com/amdjs/amdjs-tests/blob/master/tests/basic/funcThree.js
If I add require as a dependency to them the tests pass in my loader which does not provide a global require.
The text was updated successfully, but these errors were encountered: