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

Failing tests #17

Closed
jthegedus opened this issue Mar 4, 2021 · 1 comment · Fixed by #18
Closed

Failing tests #17

jthegedus opened this issue Mar 4, 2021 · 1 comment · Fixed by #18
Labels

Comments

@jthegedus
Copy link
Owner

Describe the bug

Tests are failing due to

Uncaught exception in tests/index.test.js

/home/jthegedus/projects/svelte-adapter-firebase/src/index.js:7
import {copy} from '@sveltejs/app-utils/files';
^^^^^^

SyntaxError: Cannot use import statement outside a module

To resolve this, we should correctly label our index file as a module, re-jig the microbundle compilation to ensure the correct packages are inlined, etc.

@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 0.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant