You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Tests are failing due to
To resolve this, we should correctly label our
index
file as amodule
, re-jig themicrobundle
compilation to ensure the correct packages are inlined, etc.The text was updated successfully, but these errors were encountered: