-
Notifications
You must be signed in to change notification settings - Fork 87
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
Babel modules not found #691
Comments
See nextcloud/tasks#688 for the failing build and configuration. |
Mail builds fine 🤔 |
You still use the old |
The But now that you say it, I wonder why |
^ @georgehrke :) |
We use the new |
When I remove
@georgehrke The same happens for the calendar app, if you actually do some testing. E.g. this test fails with the same error: import { shallowMount } from '@vue/test-utils'
import emptyCalendar from '../../../../src/components/EmptyCalendar.vue'
describe('components/emptyCalendar test suite', () => {
it('should be true', () => {
const wrapper = shallowMount(emptyCalendar)
expect(true).toEqual(true)
})
}) Your tests so far don't show this error, only because you don't actually test anything yet ;-) |
@georgehrke nice try :) |
Btw. removing |
So what is the status or plan here? How can I get this to work for Tasks? |
With the update to 1.1.0 building the app fails with
v1.0.0 built fine. Do you have any idea what might have changed?
The text was updated successfully, but these errors were encountered: