Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run tests because of "Uncaught Error: Mismatched anonymous define() module" #14

Closed
Reinmar opened this issue Feb 13, 2015 · 2 comments
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Milestone

Comments

@Reinmar
Copy link
Member

Reinmar commented Feb 13, 2015

On 21b0cf9 and ckeditor/ckeditor5-core@237ba98 when running tests I get:

require.js:166 Uncaught Error: Mismatched anonymous define() module: function () {
      return (root.sinon = factory());
    }
http://requirejs.org/docs/errors.html#mismatch
bender.js:105 Error: Deferment unlock timeout - please check your plugins
    at client.js:433

Do I miss something?

@Reinmar Reinmar added the type:bug This issue reports a buggy (incorrect) behavior. label Feb 13, 2015
@fredck
Copy link
Contributor

fredck commented Feb 13, 2015

That's because of this:
benderjs/benderjs-sinon#5

You should update package.json with the proper version and run npm install there.

@gregpabian
Copy link
Contributor

Fixed with 6967654.

@Reinmar Reinmar modified the milestone: 0.1.0 Mar 4, 2016
Talhafayyaz11 pushed a commit to Talhafayyaz11/ckeditor5 that referenced this issue Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

3 participants