We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e47522 commit 483f75eCopy full SHA for 483f75e
vitest.config.ts
@@ -42,8 +42,10 @@ export default defineConfig({
42
],
43
},
44
alias: {
45
- '@gitbox/redux-storage-middleware':
46
- '/Users/ryotamurakami/laststance/gitbox/tests/__mocks__/@gitbox/redux-storage-middleware.ts',
+ '@gitbox/redux-storage-middleware': path.resolve(
+ dirname,
47
+ 'tests/__mocks__/@gitbox/redux-storage-middleware.ts',
48
+ ),
49
50
projects: [
51
{
0 commit comments