yogiben / meteor-autoform-file

Upload and manage files with #autoForm
MIT License
92 stars 101 forks source link

Jasmine tests on velocity won't run #88

Open takahser opened 8 years ago

takahser commented 8 years ago

When using the velocity testing framework, the jasmine tests won't run. Instead, the following error prevents execution.

While selecting package versions:
error: Potentially incompatible change required to top-level dependency: yogiben:autoform-file 0.3.0, was 0.4.2.
Constraints on package "yogiben:autoform-file":

To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the command line.

Your application has errors. Waiting for file change.

When downgrading meteor-autoform-file to 0.3.0, the tests run, however, picture upload won't work anymore.

meteor add yogiben:autoform-file@=0.3.0