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 from tests/tests.html #92

Open
alejandroiglesias opened this issue May 8, 2013 · 1 comment
Open

Can't run tests from tests/tests.html #92

alejandroiglesias opened this issue May 8, 2013 · 1 comment

Comments

@alejandroiglesias
Copy link

Seems that Buster.js structure changed, but opening bean/tests/tests.html throws the following console errors:

GET http://hiretracking.localhost/embeddable-form/components/bean/node_modules/buster/resources/buster-test.js 404 (Not Found) tests.html:9
Uncaught ReferenceError: buster is not defined noconflict-test.js:3
Uncaught ReferenceError: buster is not defined add-test.js:3
Uncaught ReferenceError: buster is not defined remove-test.js:3
Uncaught ReferenceError: buster is not defined fire-test.js:3
Uncaught ReferenceError: buster is not defined clone-test.js:3
Uncaught ReferenceError: buster is not defined delegate-test.js:3
Uncaught ReferenceError: buster is not defined custom-test.js:3
Uncaught ReferenceError: buster is not defined event-object-test.js:3
Uncaught ReferenceError: buster is not defined namespace-test.js:3
Uncaught ReferenceError: buster is not defined custom-types-test.js:3
@rvagg
Copy link
Collaborator

rvagg commented May 9, 2013

Seems that buster-test.js isn't being distributed with the package now, or it needs a postinstall or something.

Do this:

cd node_modules/buster/
./build

and you should get a buster-test.js that works.

@cjno is this an oversight in a recent publish or something new we have to adapt to?

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

2 participants