Vitest Angular plugin with @storybook/testing-angular package #1601
dmy-leanix
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Try adding |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Trying to use analogjs angular vitest plugin to run my tests on vitest and having the following error:
This error refers to this package https://www.npmjs.com/package/@storybook/testing-angular
testing-angular.cjs.development.js has the following:
How can I fix it in config? Currently tried server.deps.inline with different package list - didn't help
Or is it possible to solve that on plugin level? I see there are some
@storybook/angular
mentions innode_modules/@analogjs/vite-plugin-angular/src/lib/angular-storybook-plugin.js
, maybe we can do something like that with the@storybook/testing-angular
?Beta Was this translation helpful? Give feedback.
All reactions