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
Hi! In my project, i use separated vendor and application scripts. Vendor scripts i concatinated and placing before require.js library at <script> tag, but application scripts i loaded through rjs. When use karma, i can't specify ordering of script files, and rjs throws exception Error: Mismatched anonymous define() module. Any suggestions to solve this issue ?
Hi! In my project, i use separated vendor and application scripts. Vendor scripts i concatinated and placing before require.js library at
<script>
tag, but application scripts i loaded through rjs. When use karma, i can't specify ordering of script files, and rjs throws exceptionError: Mismatched anonymous define() module
. Any suggestions to solve this issue ?My karma.conf
files
configuration looks like :The text was updated successfully, but these errors were encountered: