Skip to content

Commit

Permalink
chore: better merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 31, 2023
1 parent cbba5d5 commit 48ea9cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/core/vitest.config.ts
Expand Up @@ -66,13 +66,11 @@ export default defineConfig({
seed: 101,
},
deps: {
external: ['tinyspy', /src\/external/, /esm\/esm/],
inline: ['inline-lib'],
moduleDirectories: ['node_modules', 'projects', 'packages'],
},
server: {
deps: {
external: ['tinyspy', /src\/external/],
external: ['tinyspy', /src\/external/, /esm\/esm/],
inline: ['inline-lib'],
},
},
Expand Down

0 comments on commit 48ea9cf

Please sign in to comment.