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

wrong order in test #26

Closed
timaschew opened this issue Sep 18, 2014 · 1 comment
Closed

wrong order in test #26

timaschew opened this issue Sep 18, 2014 · 1 comment

Comments

@timaschew
Copy link
Member

wrong order

  Flatten
     should flatten app1 (604ms)
     should flatten duplicates (265ms)
    1) should flatten two-path

  Installer

  Locals

  Resolver
    app1


  12 passing (44s)
  1 failing

  1) Flatten should flatten two-path:

      AssertionError: expected [ 'uno', 'dos', 'second', 'first', 'main' ] to equal [ 'uno', 'dos', 'first', 'second', 'main' ]
      + expected - actual

       [
         "uno"
         "dos"
      +  "first"
         "second"
      -  "first"
         "main"
       ]

get this error 2 times in a row with node 0.10.24

@timaschew
Copy link
Member Author

maybe it's this problem: componentjs/builder2.js#29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant