Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 21, 2023
1 parent 70f3a57 commit 9d065d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/kit-node/__tests__/kit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ describe('kit-node', () => {
expectArrayEqual(config.resolve.dedupe, expectedDedupe, `resolve.dedupe in ${filename}`);
expectArrayEqual(
config.resolve.mainFields,
['svelte', 'module', 'jsnext:main', 'jsnext'],
['svelte', 'browser', 'module', 'jsnext:main', 'jsnext'],
`resolve.mainFields in ${filename}`
);
expectArrayEqual(
Expand Down

0 comments on commit 9d065d5

Please sign in to comment.